mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Newer and Older entries, rather than next/previous.
git-svn-id: https://develop.svn.wordpress.org/trunk@6476 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -123,8 +123,8 @@ if ( $month_count && !( 1 == $month_count && 0 == $arc_result[0]->mmonth ) ) { ?
|
||||
<div id="ajax-response"></div>
|
||||
|
||||
<div class="navigation">
|
||||
<div class="alignleft"><?php next_posts_link(__('« Previous Entries')) ?></div>
|
||||
<div class="alignright"><?php previous_posts_link(__('Next Entries »')) ?></div>
|
||||
<div class="alignleft"><?php next_posts_link(__('« Older Entries')) ?></div>
|
||||
<div class="alignright"><?php previous_posts_link(__('Newer Entries »')) ?></div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user