mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Default plugins per page to 999
git-svn-id: https://develop.svn.wordpress.org/trunk@11314 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -296,7 +296,7 @@ $total_this_page = "total_{$status}_plugins";
|
||||
$total_this_page = $$total_this_page;
|
||||
$plugins_per_page = get_user_option('plugins_per_page');
|
||||
if ( empty($plugins_per_page) )
|
||||
$plugins_per_page = 20;
|
||||
$plugins_per_page = 999;
|
||||
$plugins_per_page = apply_filters('plugins_per_page', $plugins_per_page);
|
||||
|
||||
$start = ($page - 1) * $plugins_per_page;
|
||||
|
||||
Reference in New Issue
Block a user