Back to 50 per page

git-svn-id: http://svn.automattic.com/wordpress/trunk@6887 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-17 20:24:43 +00:00
parent 20e180de64
commit 53c157426b

View File

@ -291,7 +291,7 @@ class WP_User_Search {
var $page;
var $role;
var $raw_page;
var $users_per_page = 2;
var $users_per_page = 50;
var $first_user;
var $last_user;
var $query_limit;