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

git-svn-id: https://develop.svn.wordpress.org/trunk@772 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Alex King 2004-01-14 02:10:40 +00:00
parent 7921245591
commit dd8ca7bc6a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if (!isset($rss_excerpt_length) || ($rss_encoded_html == 1)) { $rss_excerpt_leng
<title><?php bloginfo_rss('name') ?></title>
<link rel="alternate" type="text/html" href="<?php bloginfo_rss('url') ?>" />
<tagline><?php bloginfo_rss("description") ?></tagline>
<modified><?php echo gmdate('Y-m-d\TG:i:s\Z'); ?></modified>
<modified><?php echo gmdate('Y-m-d\TH:i:s\Z'); ?></modified>
<copyright>Copyright <?php echo mysql2date('Y', get_lastpostdate()); ?></copyright>
<generator url="http://wordpress.org/" version="<?php echo $wp_version ?>">WordPress</generator>
<id>tag:<?php echo str_replace('http://', '', $siteurl); ?>,<?php echo date('Y'); ?>:1984</id>