From 6094916a24460e1fb0c950f13f95e4e11875aea5 Mon Sep 17 00:00:00 2001 From: Andrew Saint Date: Fri, 8 May 2015 10:46:27 +0100 Subject: [PATCH] Allow the class attribute to pass through kses --- template-parts/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template-parts/content.php b/template-parts/content.php index 81585ae9..edbc5f24 100644 --- a/template-parts/content.php +++ b/template-parts/content.php @@ -19,7 +19,7 @@ →', '_s' ), array( 'span' => array() ) ), + wp_kses( __( 'Continue reading %s ', '_s' ), array( 'span' => array( 'class' => array() ) ) ), the_title( '"', '"', false ) ) ); ?>