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

    r9903 r9914  
    222222    'base' => add_query_arg( 'paged', '%#%' ),
    223223    'format' => '',
    224     'prev_text' => __('←'),
    225     'next_text' => __('→'),
     224    'prev_text' => __('«'),
     225    'next_text' => __('»'),
    226226    'total' => $page_links_total,
    227227    'current' => $_GET['paged']
Note: See TracChangeset for help on using the changeset viewer.