mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -23,6 +23,8 @@ class WP_Comments_List_Table extends WP_List_Table {
|
||||
|
||||
public $extra_items;
|
||||
|
||||
private $user_can;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user