From d5db6f11b5f6c234af0b0aebaafa5009da19e3c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A4nk=20Klein?= Date: Tue, 5 May 2015 12:26:14 +0200 Subject: [PATCH] Secure translations in content.php. See #737. --- 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 15f51bc..68c83dd 100644 --- a/template-parts/content.php +++ b/template-parts/content.php @@ -19,7 +19,7 @@ →', '_s' ), + wp_kses( __( 'Continue reading %s ', '_s' ), array( 'span' => array() ) ), the_title( '"', '"', false ) ) ); ?>