Make WordPress Core


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

Pagination arrow replacement, fixes #8363

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-pages.php

    r9903 r9914  
    182182        'base' => add_query_arg( 'pagenum', '%#%' ),
    183183        'format' => '',
    184         'prev_text' => __('←'),
    185         'next_text' => __('→'),
     184        'prev_text' => __('«'),
     185        'next_text' => __('»'),
    186186        'total' => $num_pages,
    187187        'current' => $pagenum
Note: See TracChangeset for help on using the changeset viewer.