diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/themes/twentythirteen/content-gallery.php --- a/wp/wp-content/themes/twentythirteen/content-gallery.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/themes/twentythirteen/content-gallery.php Mon Oct 14 17:39:30 2019 +0200 @@ -23,12 +23,21 @@ →', 'twentythirteen' ), - the_title( '', '', false ) - ) ); + the_content( + sprintf( + __( 'Continue reading %s ', 'twentythirteen' ), + the_title( '', '', false ) + ) + ); - wp_link_pages( array( 'before' => '', 'link_before' => '', 'link_after' => '' ) ); + wp_link_pages( + array( + 'before' => '', + 'link_before' => '', + 'link_after' => '', + ) + ); ?>