Changeset 34326 for trunk/src/wp-admin/includes/export.php
- Timestamp:
- 09/19/2015 04:46:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/export.php
r33958 r34326 76 76 } 77 77 78 if ( 'post' == $args['content'] || 'page' == $args['content'] ) {78 if ( 'post' == $args['content'] || 'page' == $args['content'] || 'attachment' == $args['content'] ) { 79 79 if ( $args['author'] ) 80 80 $where .= $wpdb->prepare( " AND {$wpdb->posts}.post_author = %d", $args['author'] );
Note: See TracChangeset
for help on using the changeset viewer.