Ticket #6895: posts_nav_link.diff
File posts_nav_link.diff, 534 bytes (added by , 17 years ago) |
---|
-
wp-content/themes/classic/index.php
27 27 <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> 28 28 <?php endif; ?> 29 29 30 <?php posts_nav_link(' — ', __(' « Older Posts'), __('Newer Posts »')); ?>30 <?php posts_nav_link(' — ', __('Newer Posts »'), __('« Older Posts')); ?> 31 31 32 32 <?php get_footer(); ?>