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:
scribu 2010-09-24 19:38:21 +00:00
parent a2a9451ae6
commit 11642d9baa
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' => '',