diff --git a/inc/template-tags.php b/inc/template-tags.php index e87dcef..e7811b2 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -89,8 +89,8 @@ function _s_entry_footer() { __( 'Edit %s', '_s' ), array( 'span' => array( - 'class' => array() - ) + 'class' => array(), + ), ) ), get_the_title() diff --git a/template-parts/content-page.php b/template-parts/content-page.php index 933ff4f..4c7a133 100644 --- a/template-parts/content-page.php +++ b/template-parts/content-page.php @@ -35,8 +35,8 @@ __( 'Edit %s', '_s' ), array( 'span' => array( - 'class' => array() - ) + 'class' => array(), + ), ) ), get_the_title()