mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
WP_Themes_List_Table accesses $_pagination_args from the parent class. Switch $_pagination_args to protected in WP_List_Table.
See #30891. git-svn-id: https://develop.svn.wordpress.org/trunk@31167 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -33,9 +33,8 @@ class WP_List_Table {
|
||||
*
|
||||
* @since 3.1.0
|
||||
* @var array
|
||||
* @access private
|
||||
*/
|
||||
private $_pagination_args = array();
|
||||
protected $_pagination_args = array();
|
||||
|
||||
/**
|
||||
* The current screen
|
||||
|
||||
Reference in New Issue
Block a user