Add a private field to WP_Posts_List_Table, $is_trash.
See #30891. Built from https://develop.svn.wordpress.org/trunk@31165 git-svn-id: http://core.svn.wordpress.org/trunk@31146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -45,6 +45,8 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
*/
|
||||
private $sticky_posts_count = 0;
|
||||
|
||||
private $is_trash;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user