Opened 6 years ago
Closed 6 years ago
#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 (1)
Change History (4)
- Milestone changed from 2.3 (trunk) to 2.2.1
- Owner changed from anonymous to rob1n
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.

(In [5674]) Fix <!--generator--> line's time format. Props macbis. fixes #4424 for 2.3 and 2.2.