Tweak #1066 to fix build errors

This commit is contained in:
David A. Kennedy 2017-06-09 16:19:21 -04:00
parent 007f792515
commit b408191a9c
2 changed files with 4 additions and 4 deletions

View File

@ -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()

View File

@ -35,8 +35,8 @@
__( 'Edit <span class="screen-reader-text">%s</span>', '_s' ),
array(
'span' => array(
'class' => array()
)
'class' => array(),
),
)
),
get_the_title()