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/includes/media.php

    r9898 r9914  
    16791679    'base' => add_query_arg( 'paged', '%#%' ),
    16801680    'format' => '',
    1681     'prev_text' => __('←'),
    1682     'next_text' => __('→'),
     1681    'prev_text' => __('«'),
     1682    'next_text' => __('»'),
    16831683    'total' => ceil($wp_query->found_posts / 10),
    16841684    'current' => $_GET['paged']
Note: See TracChangeset for help on using the changeset viewer.