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

    r9733 r9746  
    269269                'base' => add_query_arg('paged', '%#%', $url),
    270270                'format' => '',
    271                 'prev_text' => __('«'),
    272                 'next_text' => __('»'),
     271                'prev_text' => __('←'),
     272                'next_text' => __('→'),
    273273                'total' => $totalpages,
    274274                'current' => $page
Note: See TracChangeset for help on using the changeset viewer.