diff --git a/wp-content/themes/twentyfifteen/single.php b/wp-content/themes/twentyfifteen/single.php index 3094a3b7d5..afbb7b5e4d 100644 --- a/wp-content/themes/twentyfifteen/single.php +++ b/wp-content/themes/twentyfifteen/single.php @@ -30,8 +30,12 @@ get_header(); ?> // Previous/next post navigation. the_post_navigation( array( - 'next_text' => _x( 'Next post: %title', 'Next post link', 'twentyfifteen' ), - 'prev_text' => _x( 'Previous post: %title', 'Previous post link', 'twentyfifteen' ) + 'next_text' => ' ' . + '' . __( 'Next post:', 'twentyfifteen' ) . ' ' . + '%title', + 'prev_text' => ' ' . + '' . __( 'Previous post:', 'twentyfifteen' ) . ' ' . + '%title', ) ); // End the loop.