Changeset 35482 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 11/01/2015 12:48:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r35229 r35482 1009 1009 } elseif ( isset( $q['post_status'] ) && in_array( $q['post_status'], array( 'pending', 'draft' ) ) ) { 1010 1010 $orderby = 'modified'; 1011 } else {1011 } elseif ( ! is_post_type_hierarchical( $post_type ) ) { 1012 1012 $orderby = 'date'; 1013 1013 }
Note: See TracChangeset
for help on using the changeset viewer.