summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/classic/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/classic/index.php')
-rw-r--r--wp-content/themes/classic/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/themes/classic/index.php b/wp-content/themes/classic/index.php
index 5965562..d6ca2ca 100644
--- a/wp-content/themes/classic/index.php
+++ b/wp-content/themes/classic/index.php
@@ -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(); ?>