Add 2 private fields to WP_Media_List_Table, $detached and $is_trash.

See #30891.


git-svn-id: https://develop.svn.wordpress.org/trunk@31162 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-01-12 16:07:41 +00:00
parent 243d50d2f7
commit f0c4ab3e69

View File

@ -9,6 +9,10 @@
*/
class WP_Media_List_Table extends WP_List_Table {
private $detached;
private $is_trash;
/**
* Constructor.
*