Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #28375


Ignore:
Timestamp:
05/27/2014 02:25:52 PM (9 years ago)
Author:
SergeyBiryukov
Comment:

Introduced in [16652]. Related: #27048.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28375

    • Property Component changed from General to Export
    • Property Version changed from 3.9.1 to 3.1
    • Property Type changed from feature request to enhancement
  • Ticket #28375 – Description

    initial v1  
    11In wp-admin/includes/export.php on line 75 the following check has been done:
    2 
     2{{{
    33if ( 'post' == $args['content'] || 'page' == $args['content'] ) {
    44}
    5 
     5}}}
    66This can be removed so the check can be done foreach post?
    77