[wp-trac] [WordPress Trac] #4424: WXR date function passed
incorrect format
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 8 23:01:58 GMT 2007
#4424: WXR date function passed incorrect format
----------------------------+-----------------------------------------------
Reporter: macbis | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: Administration | Version: 2.2
Severity: minor | Keywords: wxr date format time xml
----------------------------+-----------------------------------------------
[http://trac.wordpress.org/browser/trunk/wp-admin/export.php#L150 Line
#150 of wp-admin/export.php]
{{{
<!-- generator="wordpress/<?php bloginfo_rss('version') ?>" created="<?php
echo date('Y-m-d H:m'); ?>"-->
}}}
should be:
{{{
<!-- generator="wordpress/<?php bloginfo_rss('version') ?>" created="<?php
echo date('Y-m-d H:i'); ?>"-->
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4424>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list