Add a private
field to WP_Posts_List_Table
, $is_trash
.
See #30891. git-svn-id: https://develop.svn.wordpress.org/trunk@31165 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e5672bd8c5
commit
b3f726efc4
@ -45,6 +45,8 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||||||
*/
|
*/
|
||||||
private $sticky_posts_count = 0;
|
private $sticky_posts_count = 0;
|
||||||
|
|
||||||
|
private $is_trash;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user