After [31146], properly declare $user_can as a private field in WP_Comments_List_Table.

See #30891.


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

View File

@ -23,6 +23,8 @@ class WP_Comments_List_Table extends WP_List_Table {
public $extra_items; public $extra_items;
private $user_can;
/** /**
* Constructor. * Constructor.
* *