mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-02 00:00:15 +00:00
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:
@@ -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' => '',
|
||||
|
||||
Reference in New Issue
Block a user