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

git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-05-01 21:36:13 +00:00
parent 7f3cc12b4a
commit ab88a17862
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(); ?>