From 653a6c11082fe8904e73df6dbb33f424d0b8d9ed Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 6 Oct 2011 23:43:20 +0000 Subject: [PATCH] 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 --- wp-admin/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index 671377085..89fe544ea 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -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( '

test

'