Classic theme navigation fix from Otto42. fixes #6513 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@7869 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-05-01 21:35:57 +00:00
parent 920d0717dd
commit 2ceb2405bc
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ get_header();
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
<?php posts_nav_link(' &#8212; ', __('&laquo; Older Posts'), __('Newer Posts &raquo;')); ?>
<?php posts_nav_link(' &#8212; ', __('&laquo; Newer Posts'), __('Older Posts &raquo;')); ?>
<?php get_footer(); ?>