- Timestamp:
- 10/07/2015 12:08:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r34837 r34889 327 327 } 328 328 329 if ( empty( $class ) && ( ( $this->is_base_request() && ! $this->user_posts_count) || isset( $_REQUEST['all_posts'] ) ) ) {329 if ( empty( $class ) && ( $this->is_base_request() || isset( $_REQUEST['all_posts'] ) ) ) { 330 330 $class = 'current'; 331 331 }
Note: See TracChangeset
for help on using the changeset viewer.