Changeset 772 for trunk/wp-atom.php
- Timestamp:
- 01/14/2004 02:10:40 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-atom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-atom.php
r666 r772 16 16 <link rel="alternate" type="text/html" href="<?php bloginfo_rss('url') ?>" /> 17 17 <tagline><?php bloginfo_rss("description") ?></tagline> 18 <modified><?php echo gmdate('Y-m-d\T G:i:s\Z'); ?></modified>18 <modified><?php echo gmdate('Y-m-d\TH:i:s\Z'); ?></modified> 19 19 <copyright>Copyright <?php echo mysql2date('Y', get_lastpostdate()); ?></copyright> 20 20 <generator url="http://wordpress.org/" version="<?php echo $wp_version ?>">WordPress</generator>
Note: See TracChangeset
for help on using the changeset viewer.