From 60adebf724c0bdf3c7a19db5976059879e451588 Mon Sep 17 00:00:00 2001 From: scribu Date: Fri, 24 Sep 2010 19:38:21 +0000 Subject: [PATCH] Remove misplaced code introduced in [15653]. See #14579 git-svn-id: https://develop.svn.wordpress.org/trunk@15657 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/list-table.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wp-admin/includes/list-table.php b/wp-admin/includes/list-table.php index 90d367984f..233afffb4d 100644 --- a/wp-admin/includes/list-table.php +++ b/wp-admin/includes/list-table.php @@ -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' => '',