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:
parent
32b020bf05
commit
243d50d2f7
@ -23,6 +23,8 @@ class WP_Comments_List_Table extends WP_List_Table {
|
|||||||
|
|
||||||
public $extra_items;
|
public $extra_items;
|
||||||
|
|
||||||
|
private $user_can;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user