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/edit-tags.php

    r9903 r9914  
    163163    'base' => add_query_arg( 'pagenum', '%#%' ),
    164164    'format' => '',
    165     'prev_text' => __('←'),
    166     'next_text' => __('→'),
     165    'prev_text' => __('«'),
     166    'next_text' => __('»'),
    167167    'total' => ceil(wp_count_terms('post_tag') / $tagsperpage),
    168168    'current' => $pagenum
Note: See TracChangeset for help on using the changeset viewer.