forked from mirror/_s
Adjust location of placeholder text
This commit is contained in:
parent
b408191a9c
commit
187caf5d69
|
@ -84,8 +84,8 @@ function _s_entry_footer() {
|
|||
|
||||
edit_post_link(
|
||||
sprintf(
|
||||
/* translators: %s: Name of current post. Only visible to screen readers */
|
||||
wp_kses(
|
||||
/* translators: %s: Name of current post. Only visible to screen readers */
|
||||
__( 'Edit <span class="screen-reader-text">%s</span>', '_s' ),
|
||||
array(
|
||||
'span' => array(
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
<?php
|
||||
edit_post_link(
|
||||
sprintf(
|
||||
/* translators: %s: Name of current post. Only visible to screen readers */
|
||||
wp_kses(
|
||||
/* translators: %s: Name of current post. Only visible to screen readers */
|
||||
__( 'Edit <span class="screen-reader-text">%s</span>', '_s' ),
|
||||
array(
|
||||
'span' => array(
|
||||
|
|
Reference in New Issue