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

    r9912 r9914  
    272272                'base' => add_query_arg('paged', '%#%', $url),
    273273                'format' => '',
    274                 'prev_text' => __('←'),
    275                 'next_text' => __('→'),
     274                'prev_text' => __('«'),
     275                'next_text' => __('»'),
    276276                'total' => $totalpages,
    277277                'current' => $page
Note: See TracChangeset for help on using the changeset viewer.