Ticket #4424 (closed defect (bug): fixed)
WXR date function passed incorrect format
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2.1 |
| Component: | Administration | Version: | 2.2 |
| Severity: | minor | Keywords: | wxr date format time xml has-patch |
| Cc: |
Description
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'); ?>"-->
Attachments
Change History
- Owner changed from anonymous to rob1n
- Status changed from new to assigned
- Milestone changed from 2.3 (trunk) to 2.2.1
Note: See
TracTickets for help on using
tickets.

