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.


git-svn-id: https://develop.svn.wordpress.org/trunk@29423 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-08-07 02:50:40 +00:00
parent 06eea1b33d
commit 67ef6c5e18

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