Changeset 44297 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 12/18/2018 09:59:00 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 44185
- Property svn:mergeinfo changed
-
trunk/src/wp-admin/includes/post.php
r44295 r44297 1100 1100 1101 1101 $avail_post_stati = get_available_post_statuses( $post_type ); 1102 $post_status = ''; 1103 $perm = ''; 1102 1104 1103 1105 if ( isset( $q['post_status'] ) && in_array( $q['post_status'], $post_stati ) ) { … … 1105 1107 $perm = 'readable'; 1106 1108 } 1109 1110 $orderby = ''; 1107 1111 1108 1112 if ( isset( $q['orderby'] ) ) { … … 1111 1115 $orderby = 'modified'; 1112 1116 } 1117 1118 $order = ''; 1113 1119 1114 1120 if ( isset( $q['order'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.