From ef2a0e7c00bfa573f6835c12c3917bb268fb4593 Mon Sep 17 00:00:00 2001 From: "Naoko Takano (McCracken)" Date: Mon, 12 Jun 2017 16:08:10 +0900 Subject: [PATCH] Improve "Continue reading" word order for i18n Resolves translation word order issue for some locales when the screen reader only text is invisible. Fixes #1088 --- template-parts/content.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template-parts/content.php b/template-parts/content.php index 06aaadcb..6e3b38f0 100644 --- a/template-parts/content.php +++ b/template-parts/content.php @@ -30,15 +30,15 @@ →', '_s' ), + /* translators: %s: Name of current post. Only visible to screen readers */ + __( 'Continue reading "%s"', '_s' ), array( 'span' => array( 'class' => array(), ), ) ), - the_title( '"', '"', false ) + get_the_title() ) ); wp_link_pages( array(