WordPress.org
News
Showcase
Hosting
Extend
Themes
Plugins
Patterns
Blocks
Openverse
↗
︎
Learn
Learn WordPress
Documentation
Forums
Developers
WordPress.tv
↗
︎
Community
Make WordPress
Photo Directory
Five for the Future
Events
Job Board
↗
︎
About
About WordPress
Enterprise
Gutenberg
↗
︎
Get WordPress
Search Trac
Get WordPress
Make WordPress Core
Blog
Handbook
Tickets
Components
Browse Source
Trac Timeline
Create a New Ticket
Search:
Login
Notifications
Context Navigation
Back to Ticket #32377
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
1
195c195
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 ) ) {
Trac UI Preferences
Download in other formats:
Original Format