i18n-inate Next Page/Previous Page for User Search. Props teknoseyir. fixes #3872

git-svn-id: http://svn.automattic.com/wordpress/trunk@4944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2007-02-25 16:43:40 +00:00
parent 18475d8787
commit d2ccc08c17
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ class WP_User_Search {
$this->paging_text = paginate_links( array(
'total' => ceil($this->total_users_for_query / $this->users_per_page),
'current' => $this->page,
'prev_text' => '« Previous Page',
'next_text' => 'Next Page »',
'prev_text' => __('« Previous Page'),
'next_text' => __('Next Page »'),
'base' => 'users.php?%_%',
'format' => 'userspage=%#%',
'add_args' => array( 'usersearch' => urlencode($this->search_term) )