Make WordPress Core

Ticket #32377: class-wp-posts-list-table.patch

File class-wp-posts-list-table.patch, 217 bytes (added by BdN3504, 10 years ago)

A patch fixing the issue.

Line 
1195c195
2<               if ( empty( $class ) && $this->is_base_request() && ! $this->user_posts_count ) {
3---
4>               if ( empty( $class ) && "1" === $_GET['all_posts'] || ( $this->is_base_request() && ! $this->user_posts_count ) ) {