Changeset 772
- Timestamp:
- 01/14/04 02:10:40 (5 years ago)
- Files:
-
- trunk/wp-atom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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>
