Remove misplaced code introduced in [15653]. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@15657 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
36d2d868d5
commit
60adebf724
@ -69,10 +69,6 @@ class WP_List_Table {
|
||||
* @access protected
|
||||
*/
|
||||
function WP_List_Table( $args ) {
|
||||
global $_wp_column_headers;
|
||||
|
||||
$_wp_column_headers = $this->get_columns();
|
||||
|
||||
$args = wp_parse_args( $args, array(
|
||||
'screen' => '',
|
||||
'plural' => '',
|
||||
|
Loading…
Reference in New Issue
Block a user