X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/2329f698283944696a7076258cf816545970bb47..849f15aeed7a5e39314057bdc0064d8edd60dd7d:/wp-content/themes/twentyfourteen/content-quote.php diff --git a/wp-content/themes/twentyfourteen/content-quote.php b/wp-content/themes/twentyfourteen/content-quote.php index b93cf994..10a5d112 100644 --- a/wp-content/themes/twentyfourteen/content-quote.php +++ b/wp-content/themes/twentyfourteen/content-quote.php @@ -43,7 +43,12 @@
→', 'twentyfourteen' ) ); + /* translators: %s: Name of current post */ + the_content( sprintf( + __( 'Continue reading %s ', 'twentyfourteen' ), + the_title( '', '', false ) + ) ); + wp_link_pages( array( 'before' => '',