Ticket #4424 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

WXR date function passed incorrect format

Reported by: macbis Assigned to: 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

4424.diff (0.6 kB) - added by rob1n on 06/08/07 23:04:37.

Change History

06/08/07 23:04:37 changed by rob1n

  • attachment 4424.diff added.

06/08/07 23:04:48 changed by rob1n

  • keywords changed from wxr date format time xml to wxr date format time xml has-patch.
  • milestone set to 2.3 (trunk).

06/08/07 23:05:17 changed by rob1n

  • owner changed from anonymous to rob1n.
  • status changed from new to assigned.
  • milestone changed from 2.3 (trunk) to 2.2.1.

06/08/07 23:06:10 changed by rob1n

  • status changed from assigned to closed.
  • resolution set to fixed.

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