Remove misplaced code introduced in [15653]. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a2a9451ae6
commit
11642d9baa
|
@ -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