- Timestamp:
- 10/05/2015 09:35:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r34728 r34837 175 175 } elseif ( isset( $_REQUEST['show_sticky'] ) && $_REQUEST['show_sticky'] ) { 176 176 $total_items = $this->sticky_posts_count; 177 } elseif ( isset( $_GET['author'] ) && $_GET['author'] == get_current_user_id() ) { 178 $total_items = $this->user_posts_count; 177 179 } else { 178 180 $total_items = array_sum( $post_counts );
Note: See TracChangeset
for help on using the changeset viewer.