Make WordPress Core

Changeset 31167


Ignore:
Timestamp:
01/12/2015 04:25:30 PM (12 years ago)
Author:
wonderboymusic
Message:

WP_Themes_List_Table accesses $_pagination_args from the parent class. Switch $_pagination_args to protected in WP_List_Table.

See #30891.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-list-table.php

    r31146 r31167  
    3434         * @since 3.1.0
    3535         * @var array
    36          * @access private
    37          */
    38         private $_pagination_args = array();
     36         */
     37        protected $_pagination_args = array();
    3938
    4039        /**
Note: See TracChangeset for help on using the changeset viewer.