Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#19312 closed defect (bug) (fixed)

The date range fields on the export screen don't show correct dates for pages

Reported by: sorich87 Owned by: duck_
Priority: normal Milestone: 3.4
Component: Export Version: 3.1
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

Let's say I have one post published in oct 2011 and one page published in nov 2011.
The date range select fields for pages export will incorrectly show oct 2011 instead of nov 2011. So I will not be able to export my page.

The bug exists since the export process was rewritten in 3.1.

The attached patch fixes it.

Attachments (1)

19312.diff (1.2 KB ) - added by sorich87 15 years ago.

Download all attachments as: .zip

Change History (3)

@sorich87
15 years ago

#1 @duck_
15 years ago

  • Owner set to duck_
  • Resolutionfixed
  • Status newclosed

In [19626]:

Show correct export date range for pages. The query should use provided $post_type instead of always 'post'. Props sorich87. Fixes #19312.

#2 @duck_
15 years ago

  • Milestone Awaiting Review3.4
Note: See TracTickets for help on using tickets.