Make WordPress Core

Opened 10 years ago

Last modified 5 years ago

#28375 assigned enhancement

export posts/pages query

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

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
10 years ago

  • Component changed from General to Export
  • Description modified (diff)
  • Type changed from feature request to enhancement
  • Version changed from 3.9.1 to 3.1

Introduced in [16652]. Related: #27048.

#2 @chriscct7
9 years ago

  • Keywords needs-patch added
  • Owner set to chriscct7
  • Status changed from new to assigned

#3 @hlashbrooke
9 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.