diff options
Diffstat (limited to 'wp-admin/users.php')
| -rw-r--r-- | wp-admin/users.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-admin/users.php b/wp-admin/users.php index 9ebe224..9febd1a 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -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) ) |
