[wp-trac] [WordPress Trac] #28375: export posts/pages query

WordPress Trac noreply at wordpress.org
Tue May 27 14:25:53 UTC 2014


#28375: export posts/pages query
-------------------------+------------------------------
 Reporter:  alcowink     |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Export       |     Version:  3.1
 Severity:  normal       |  Resolution:
 Keywords:               |     Focuses:
-------------------------+------------------------------
Changes (by SergeyBiryukov):

 * type:  feature request => enhancement
 * version:  3.9.1 => 3.1
 * component:  General => Export


Old description:

> 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?

New description:

 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?

--

Comment:

 Introduced in [16652]. Related: #27048.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28375#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list