update comment

This commit is contained in:
Yoav Farh 2017-01-03 18:23:33 +02:00
parent b3287e9b58
commit 1f1def7496
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ function _s_entry_footer() {
edit_post_link(
sprintf(
/* translators: %s: Name of current post */
/* translators: %s: Name of current post. Only visible to screen readers */
__( 'Edit <span class="screen-reader-text">%s</span>', '_s' ),
get_the_title()
),

View File

@ -30,7 +30,7 @@
<?php
edit_post_link(
sprintf(
/* translators: %s: Name of current post */
/* translators: %s: Name of current post. Only visible to screen readers */
__( 'Edit <span class="screen-reader-text">%s</span>', '_s' ),
get_the_title()
),