After [31146], properly declare `$user_can` as a `private` field in `WP_Comments_List_Table`.
See #30891. Built from https://develop.svn.wordpress.org/trunk@31161 git-svn-id: http://core.svn.wordpress.org/trunk@31142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
af92025162
commit
df09597a65
|
@ -23,6 +23,8 @@ class WP_Comments_List_Table extends WP_List_Table {
|
|||
|
||||
public $extra_items;
|
||||
|
||||
private $user_can;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31160';
|
||||
$wp_version = '4.2-alpha-31161';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue