Make WordPress Core

Changeset 772 for trunk/wp-atom.php


Ignore:
Timestamp:
01/14/2004 02:10:40 AM (22 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.