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:
Scott Taylor 2015-01-12 16:02:24 +00:00
parent af92025162
commit df09597a65
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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.