From b408191a9cdb9b689fea8af8ca2eccf409d945ff Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Fri, 9 Jun 2017 16:19:21 -0400 Subject: [PATCH] Tweak #1066 to fix build errors --- inc/template-tags.php | 4 ++-- template-parts/content-page.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/template-tags.php b/inc/template-tags.php index e87dcef2..e7811b23 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 933ff4f9..4c7a1337 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()