Opened 6 years ago

Closed 6 years ago

#4424 closed defect (bug) (fixed)

WXR date function passed incorrect format

Reported by: macbis Owned by: rob1n
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)

4424.diff (587 bytes) - added by rob1n 6 years ago.

Download all attachments as: .zip

Change History (4)

rob1n6 years ago

  • Keywords has-patch added
  • Milestone set to 2.3 (trunk)
  • Milestone changed from 2.3 (trunk) to 2.2.1
  • Owner changed from anonymous to rob1n
  • Status changed from new to assigned
  • Resolution set to fixed
  • Status changed from assigned to closed

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

Note: See TracTickets for help on using tickets.