X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/e08b42e8ad054ec67522d7ac1aaae5dc68cb3d01..138998bbd8f7a1ac38b2f1eacbdf7cd522be4b13:/wp-content/themes/twentyfourteen/content-gallery.php diff --git a/wp-content/themes/twentyfourteen/content-gallery.php b/wp-content/themes/twentyfourteen/content-gallery.php index c49a2614..6e3fe832 100644 --- a/wp-content/themes/twentyfourteen/content-gallery.php +++ b/wp-content/themes/twentyfourteen/content-gallery.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' => '',