Fix screen options for the network admin themes and plugins. Props ocean90. Fixes #15269. Also fixes [16190]

git-svn-id: https://develop.svn.wordpress.org/trunk@16194 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu
2010-11-04 20:49:30 +00:00
parent 5d9b59521c
commit 393bdc04e3
5 changed files with 25 additions and 20 deletions

View File

@@ -296,7 +296,7 @@ $wp_list_table->prepare_items();
wp_enqueue_script('plugin-install');
add_thickbox();
add_screen_option( 'per_page', array('label' => _x( 'Plugins', 'plugins per page (screen options)' ), 'default' => 999) );
add_screen_option( 'per_page', array('label' => _x( 'Plugins', 'plugins per page (screen options)' )) );
add_contextual_help($current_screen,
'<p>' . __('Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.') . '</p>' .