summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfifteen/content-link.php')
-rw-r--r--themes/twentyfifteen/content-link.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/twentyfifteen/content-link.php b/themes/twentyfifteen/content-link.php
index 023e0d6d..2d442a15 100644
--- a/themes/twentyfifteen/content-link.php
+++ b/themes/twentyfifteen/content-link.php
@@ -26,9 +26,9 @@
<div class="entry-content">
<?php
- /* translators: %s: Name of current post */
the_content(
sprintf(
+ /* translators: %s: Post title. */
__( 'Continue reading %s', 'twentyfifteen' ),
the_title( '<span class="screen-reader-text">', '</span>', false )
)
@@ -49,7 +49,7 @@
<!-- .entry-content -->
<?php
- // Author bio.
+ // Author bio.
if ( is_single() && get_the_author_meta( 'description' ) ) :
get_template_part( 'author-bio' );
endif;