diff options
Diffstat (limited to 'themes/twentysixteen/template-parts/content-search.php')
-rw-r--r-- | themes/twentysixteen/template-parts/content-search.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/twentysixteen/template-parts/content-search.php b/themes/twentysixteen/template-parts/content-search.php index 7d587f65..6a912eb0 100644 --- a/themes/twentysixteen/template-parts/content-search.php +++ b/themes/twentysixteen/template-parts/content-search.php @@ -24,7 +24,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() ), @@ -39,7 +39,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() ), |