From 49d5227e761fff0316365655c70a1d5dfb5110bf Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Wed, 5 Nov 2014 20:30:53 +0000 Subject: [PATCH] Twenty Fifteen: Our next-previous labels were reversed. Props iamtakashi, fixes #30265. git-svn-id: https://develop.svn.wordpress.org/trunk@30247 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/single.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyfifteen/single.php b/src/wp-content/themes/twentyfifteen/single.php index a4ff29383e..a0bfc8060c 100644 --- a/src/wp-content/themes/twentyfifteen/single.php +++ b/src/wp-content/themes/twentyfifteen/single.php @@ -25,8 +25,8 @@ get_header(); ?> _x( 'Previous%title', 'Previous post link', 'twentyfifteen' ), - 'prev_text' => _x( 'Next%title', 'Next post link', 'twentyfifteen' ), + 'next_text' => _x( 'Next%title', 'Next post link', 'twentyfifteen' ), + 'prev_text' => _x( 'Previous%title', 'Previous post link', 'twentyfifteen' ), ) ); ?>