mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
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:
parent
8f73ec76d1
commit
64407235a9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user