forked from mirror/_s
update comment
This commit is contained in:
parent
b3287e9b58
commit
1f1def7496
|
@ -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()
|
||||
),
|
||||
|
|
|
@ -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()
|
||||
),
|
||||
|
|
Reference in New Issue