mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Change 'timestamp' properties on objects to more descriptive names
This commit is contained in:
parent
18f761929a
commit
dbefba6b94
32 changed files with 74 additions and 74 deletions
|
@ -2,7 +2,7 @@
|
|||
<title><?= Formatter::ToPlainXmlText($entry->Title) ?>, by <?= Formatter::ToPlainXmlText(strip_tags($entry->AuthorsHtml)) ?></title>
|
||||
<link><?= SITE_URL . Formatter::ToPlainXmlText($entry->Url) ?></link>
|
||||
<description><?= Formatter::ToPlainXmlText($entry->Description) ?></description>
|
||||
<pubDate><?= $entry->Timestamp->format('r') ?></pubDate>
|
||||
<pubDate><?= $entry->Created->format('r') ?></pubDate>
|
||||
<guid><?= Formatter::ToPlainXmlText(preg_replace('/^url:/ius', '', $entry->Identifier)) ?></guid>
|
||||
<? foreach($entry->Tags as $tag){ ?>
|
||||
<category domain="https://standardebooks.org/vocab/subjects"><?= Formatter::ToPlainXmlText($tag->Name) ?></category>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue