summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentysixteen/image.php')
-rw-r--r--themes/twentysixteen/image.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/twentysixteen/image.php b/themes/twentysixteen/image.php
index ea64a146..5929161a 100644
--- a/themes/twentysixteen/image.php
+++ b/themes/twentysixteen/image.php
@@ -13,7 +13,7 @@ get_header(); ?>
<main id="main" class="site-main" role="main">
<?php
- // Start the loop.
+ // Start the loop.
while ( have_posts() ) :
the_post();
?>
@@ -36,7 +36,7 @@ get_header(); ?>
<div class="entry-attachment">
<?php
/**
- * Filter the default twentysixteen image attachment size.
+ * Filters the default twentysixteen image attachment size.
*
* @since Twenty Sixteen 1.0
*
@@ -84,7 +84,7 @@ get_header(); ?>
<?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()
),