Changeset 772

Show
Ignore:
Timestamp:
01/14/04 02:10:40 (5 years ago)
Author:
alex_t_king
Message:

fixing the top time value to have a leading zero, the ones for the posts already had the leading zero

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-atom.php

    r666 r772  
    1616    <link rel="alternate" type="text/html" href="<?php bloginfo_rss('url') ?>" /> 
    1717    <tagline><?php bloginfo_rss("description") ?></tagline> 
    18     <modified><?php echo gmdate('Y-m-d\TG:i:s\Z'); ?></modified> 
     18    <modified><?php echo gmdate('Y-m-d\TH:i:s\Z'); ?></modified> 
    1919    <copyright>Copyright <?php echo mysql2date('Y', get_lastpostdate()); ?></copyright> 
    2020    <generator url="http://wordpress.org/" version="<?php echo $wp_version ?>">WordPress</generator>