Make WordPress Core


Ignore:
Timestamp:
11/18/2008 12:59:57 AM (16 years ago)
Author:
ryan
Message:

Page link styling improvements. Props iammattthomas. fixes #8266

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upload.php

    r9735 r9746  
    226226    'base' => add_query_arg( 'paged', '%#%' ),
    227227    'format' => '',
    228     'prev_text' => __('«'),
    229     'next_text' => __('»'),
     228    'prev_text' => __('←'),
     229    'next_text' => __('→'),
    230230    'total' => $page_links_total,
    231231    'current' => $_GET['paged']
Note: See TracChangeset for help on using the changeset viewer.