Make WordPress Core


Ignore:
Timestamp:
11/27/2008 12:28:24 AM (18 years ago)
Author:
azaozz
Message:

Pagination arrow replacement, fixes #8363

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r9903 r9914  
    178178        'base' => add_query_arg( 'apage', '%#%' ),
    179179        'format' => '',
    180         'prev_text' => __('←'),
    181         'next_text' => __('→'),
     180        'prev_text' => __('«'),
     181        'next_text' => __('»'),
    182182        'total' => ceil($total / $comments_per_page),
    183183        'current' => $page
Note: See TracChangeset for help on using the changeset viewer.