`WP_List_Table::items` should be `public`, not `protected`. It is accessed in a subclass directly via `wp_ajax_get_comments()`.

See [28493].
Fixes #29072.

Built from https://develop.svn.wordpress.org/trunk@29423


git-svn-id: http://core.svn.wordpress.org/trunk@29201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-08-07 02:51:16 +00:00
parent 8f73ec76d1
commit 64407235a9
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ class WP_List_Table {
*
* @since 3.1.0
* @var array
* @access protected
* @access public
*/
protected $items;
public $items;
/**
* Various information about the current table