Changeset 19932
- Timestamp:
- 02/15/2012 07:58:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r19918 r19932 2477 2477 } 2478 2478 2479 if ( is_admin()) {2479 if ( $this->is_admin ) { 2480 2480 // Add protected states that should show in the admin all list. 2481 2481 $admin_all_states = get_post_stati( array('protected' => true, 'show_in_admin_all_list' => true) );
Note: See TracChangeset
for help on using the changeset viewer.