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

git-svn-id: https://develop.svn.wordpress.org/trunk@4944 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-02-25 16:43:40 +00:00
parent 3d95138fc7
commit 9d1986a308
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) )