Match plugins-per-page viewed defaults when no user option exists. fixes #18878 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9e80bec002
commit
653a6c1108
|
@ -316,7 +316,7 @@ $wp_list_table->prepare_items();
|
|||
wp_enqueue_script('plugin-install');
|
||||
add_thickbox();
|
||||
|
||||
$current_screen->add_option( 'per_page', array('label' => _x( 'Plugins', 'plugins per page (screen options)' )) );
|
||||
$current_screen->add_option( 'per_page', array('label' => _x( 'Plugins', 'plugins per page (screen options)' ), 'default' => 999 ) );
|
||||
|
||||
$current_screen->add_option_context(
|
||||
'<p>test</p>'
|
||||
|
|
Loading…
Reference in New Issue