forked from mirror/_s
Tweak #1066 to fix build errors
This commit is contained in:
parent
007f792515
commit
b408191a9c
|
@ -89,8 +89,8 @@ function _s_entry_footer() {
|
|||
__( 'Edit <span class="screen-reader-text">%s</span>', '_s' ),
|
||||
array(
|
||||
'span' => array(
|
||||
'class' => array()
|
||||
)
|
||||
'class' => array(),
|
||||
),
|
||||
)
|
||||
),
|
||||
get_the_title()
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
__( 'Edit <span class="screen-reader-text">%s</span>', '_s' ),
|
||||
array(
|
||||
'span' => array(
|
||||
'class' => array()
|
||||
)
|
||||
'class' => array(),
|
||||
),
|
||||
)
|
||||
),
|
||||
get_the_title()
|
||||
|
|
Reference in New Issue