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:
scribu 2010-09-24 19:38:21 +00:00
parent 36d2d868d5
commit 60adebf724
1 changed files with 0 additions and 4 deletions

View File

@ -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' => '',