Changeset 11323 for trunk/wp-app.php
- Timestamp:
- 05/14/2009 02:00:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r11318 r11323 1107 1107 ?><feed xmlns="<?php echo $this->ATOM_NS ?>" xmlns:app="<?php echo $this->ATOMPUB_NS ?>" xml:lang="<?php echo get_option('rss_language'); ?>"> 1108 1108 <id><?php $this->the_entries_url() ?></id> 1109 <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT') ); ?></updated>1109 <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT'), false); ?></updated> 1110 1110 <title type="text"><?php bloginfo_rss('name') ?></title> 1111 1111 <subtitle type="text"><?php bloginfo_rss("description") ?></subtitle>
Note: See TracChangeset
for help on using the changeset viewer.