Default to get_current_screen() in list table classes. See #14579

git-svn-id: https://develop.svn.wordpress.org/trunk@16182 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu
2010-11-04 15:00:55 +00:00
parent 2bc9ef93c1
commit 7edd2f0090
14 changed files with 20 additions and 58 deletions
@@ -23,7 +23,6 @@ class WP_Plugins_List_Table extends WP_List_Table {
$page = $this->get_pagenum();
parent::WP_List_Table( array(
'screen' => 'plugins',
'plural' => 'plugins',
) );
}