summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentysixteen/template-parts/content.php')
-rw-r--r--themes/twentysixteen/template-parts/content.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/twentysixteen/template-parts/content.php b/themes/twentysixteen/template-parts/content.php
index 03b4cfb6..1497c76c 100644
--- a/themes/twentysixteen/template-parts/content.php
+++ b/themes/twentysixteen/template-parts/content.php
@@ -23,9 +23,9 @@
<div class="entry-content">
<?php
- /* translators: %s: Name of current post */
the_content(
sprintf(
+ /* translators: %s: Post title. */
__( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentysixteen' ),
get_the_title()
)
@@ -49,7 +49,7 @@
<?php
edit_post_link(
sprintf(
- /* translators: %s: Name of current post */
+ /* translators: %s: Post title. */
__( 'Edit<span class="screen-reader-text"> "%s"</span>', 'twentysixteen' ),
get_the_title()
),