Changeset 6476

Show
Ignore:
Timestamp:
12/24/07 04:25:04 (1 year ago)
Author:
matt
Message:

Newer and Older entries, rather than next/previous.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit.php

    r6465 r6476  
    124124 
    125125<div class="navigation"> 
    126 <div class="alignleft"><?php next_posts_link(__('&laquo; Previous Entries')) ?></div> 
    127 <div class="alignright"><?php previous_posts_link(__('Next Entries &raquo;')) ?></div> 
     126<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries')) ?></div> 
     127<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;')) ?></div> 
    128128</div> 
    129129