Changeset 1216
- Timestamp:
- 04/30/2004 09:13:43 AM (22 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
wp-rss.php (modified) (1 diff)
-
wp-rss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-rss.php
r1121 r1216 19 19 <lastBuildDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT')); ?></lastBuildDate> 20 20 <docs>http://backend.userland.com/rss092</docs> 21 <language><?php echo get_settings('rss_language'); ?></language>22 21 23 22 <?php $items_count = 0; if ($posts) { foreach ($posts as $post) { start_wp(); ?> -
trunk/wp-rss2.php
r1145 r1216 21 21 <link><?php bloginfo_rss('url') ?></link> 22 22 <description><?php bloginfo_rss("description") ?></description> 23 <language><?php echo get_settings('rss_language'); ?></language>24 23 <copyright>Copyright <?php echo mysql2date('Y', get_lastpostdate()); ?></copyright> 25 24 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT')); ?></pubDate>
Note: See TracChangeset
for help on using the changeset viewer.