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/categories.php

    r9903 r9914  
    166166    'base' => add_query_arg( 'pagenum', '%#%' ),
    167167    'format' => '',
    168     'prev_text' => __('←'),
    169     'next_text' => __('→'),
     168    'prev_text' => __('«'),
     169    'next_text' => __('»'),
    170170    'total' => ceil(wp_count_terms('category') / $catsperpage),
    171171    'current' => $pagenum
Note: See TracChangeset for help on using the changeset viewer.