Make WordPress Core

Opened 12 years ago

Last modified 7 years ago

#28375 assigned enhancement

export posts/pages query

Reported by: alcowink Owned by: chriscct7
Priority: normal Milestone:
Component: Export Version: 3.1
Severity: normal Keywords: needs-patch
Cc: Focuses:

Description (last modified by SergeyBiryukov)

In wp-admin/includes/export.php on line 75 the following check has been done:

if ( 'post' == $args['content'] || 'page' == $args['content'] ) {
}

This can be removed so the check can be done foreach post?

Change History (3)

#1 @SergeyBiryukov
12 years ago

  • Component GeneralExport
  • Description modified (diff)
  • Type feature requestenhancement
  • Version 3.9.13.1

Introduced in [16652]. Related: #27048.

#2 @chriscct7
11 years ago

  • Keywords needs-patch added
  • Owner set to chriscct7
  • Status newassigned

#3 @hlashbrooke
11 years ago

Just a note to say that the patch proposed in #27048 also fixes the issue discussed in this ticket as this conditional is no longer required with the updates.

Note: See TracTickets for help on using tickets.