Make WordPress Core


Ignore:
Timestamp:
11/27/2008 12:28:24 AM (16 years ago)
Author:
azaozz
Message:

Pagination arrow replacement, fixes #8363

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r9903 r9914  
    5454    'base' => add_query_arg( 'pagenum', '%#%' ) . '#themenav',
    5555    'format' => '',
    56     'prev_text' => __('←'),
    57     'next_text' => __('→'),
     56    'prev_text' => __('«'),
     57    'next_text' => __('»'),
    5858    'total' => ceil($theme_total / $per_page),
    5959    'current' => $page
Note: See TracChangeset for help on using the changeset viewer.