Changeset 2366 for trunk/wp-rdf.php
- Timestamp:
- 02/21/2005 04:19:43 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-rdf.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-rdf.php
r2272 r2366 26 26 <link><?php bloginfo_rss('url') ?></link> 27 27 <description><?php bloginfo_rss('description') ?></description> 28 <dc:date><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT') ); ?></dc:date>28 <dc:date><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT'), false); ?></dc:date> 29 29 <admin:generatorAgent rdf:resource="http://wordpress.org/?v=<?php echo $wp_version ?>"/> 30 30 <sy:updatePeriod>hourly</sy:updatePeriod> … … 43 43 <title><?php the_title_rss() ?></title> 44 44 <link><?php permalink_single_rss() ?></link> 45 <dc:date><?php echo mysql2date('Y-m-d\TH:i:s\Z', $post->post_date_gmt); ?></dc:date>45 <dc:date><?php echo mysql2date('Y-m-d\TH:i:s\Z', $post->post_date_gmt, false); ?></dc:date> 46 46 <dc:creator><?php the_author() ?></dc:creator> 47 47 <?php the_category_rss('rdf') ?>
Note: See TracChangeset
for help on using the changeset viewer.