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(
|
edit_post_link(
|
||||||
sprintf(
|
sprintf(
|
||||||
/* translators: %s: Name of current post. Only visible to screen readers */
|
|
||||||
wp_kses(
|
wp_kses(
|
||||||
|
/* translators: %s: Name of current post. Only visible to screen readers */
|
||||||
__( 'Edit <span class="screen-reader-text">%s</span>', '_s' ),
|
__( 'Edit <span class="screen-reader-text">%s</span>', '_s' ),
|
||||||
array(
|
array(
|
||||||
'span' => array(
|
'span' => array(
|
||||||
|
|
|
@ -30,8 +30,8 @@
|
||||||
<?php
|
<?php
|
||||||
edit_post_link(
|
edit_post_link(
|
||||||
sprintf(
|
sprintf(
|
||||||
/* translators: %s: Name of current post. Only visible to screen readers */
|
|
||||||
wp_kses(
|
wp_kses(
|
||||||
|
/* translators: %s: Name of current post. Only visible to screen readers */
|
||||||
__( 'Edit <span class="screen-reader-text">%s</span>', '_s' ),
|
__( 'Edit <span class="screen-reader-text">%s</span>', '_s' ),
|
||||||
array(
|
array(
|
||||||
'span' => array(
|
'span' => array(
|
||||||
|
|
Reference in New Issue