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:
Scott Taylor 2015-01-12 16:22:22 +00:00
parent 71f9bc3f42
commit 194932fd6b
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31164';
$wp_version = '4.2-alpha-31165';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.