From 96a2ca8c5647a48c6f91ebff05c0939ccb7fd0f0 Mon Sep 17 00:00:00 2001 From: RavanH Date: Fri, 18 Nov 2016 23:19:28 +0100 Subject: [PATCH] Fix translation of Continue reading... --- content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.php b/content.php index a1db26c..1182571 100644 --- a/content.php +++ b/content.php @@ -29,7 +29,7 @@ →', '_s' ), array( 'span' => array( 'class' => array() ) ) ), + wp_kses( __( 'Continue reading %s ', 'daniela' ), array( 'span' => array( 'class' => array() ) ) ), the_title( '"', '"', false ) ) ); ?>