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:
Scott Taylor 2015-01-12 16:21:08 +00:00
parent e5672bd8c5
commit b3f726efc4

View File

@ -45,6 +45,8 @@ class WP_Posts_List_Table extends WP_List_Table {
*/
private $sticky_posts_count = 0;
private $is_trash;
/**
* Constructor.
*