Classic theme navigation fix from Otto42. fixes #6513 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@7869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8c59e943d4
commit
4a19108aaf
|
@ -27,6 +27,6 @@ get_header();
|
|||
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php posts_nav_link(' — ', __('« Older Posts'), __('Newer Posts »')); ?>
|
||||
<?php posts_nav_link(' — ', __('« Newer Posts'), __('Older Posts »')); ?>
|
||||
|
||||
<?php get_footer(); ?>
|
||||
|
|
Loading…
Reference in New Issue