Changeset 31090 for trunk/src/wp-admin/export.php
- Timestamp:
- 01/08/2015 07:04:40 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/export.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/export.php
r31034 r31090 61 61 if ( ! isset( $_GET['content'] ) || 'all' == $_GET['content'] ) { 62 62 $args['content'] = 'all'; 63 } else if ( 'posts' == $_GET['content'] ) {63 } elseif ( 'posts' == $_GET['content'] ) { 64 64 $args['content'] = 'post'; 65 65 … … 77 77 if ( $_GET['post_status'] ) 78 78 $args['status'] = $_GET['post_status']; 79 } else if ( 'pages' == $_GET['content'] ) {79 } elseif ( 'pages' == $_GET['content'] ) { 80 80 $args['content'] = 'page'; 81 81
Note: See TracChangeset
for help on using the changeset viewer.