From 924668fe2c263ad540d60514ea30d17e53ad113c Mon Sep 17 00:00:00 2001 From: Edoardo Vacchi Date: Thu, 6 Mar 2014 10:00:57 +0100 Subject: [PATCH] Issue #14 : XSS fix --- fp-interface/sharedtpls/comment-form.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fp-interface/sharedtpls/comment-form.tpl b/fp-interface/sharedtpls/comment-form.tpl index ff667f1..7fd352e 100644 --- a/fp-interface/sharedtpls/comment-form.tpl +++ b/fp-interface/sharedtpls/comment-form.tpl @@ -33,6 +33,7 @@

+ {* do action *} {comment_form} @@ -42,7 +43,7 @@

+ id="content" rows="10" cols="74">{$values.content|wp_specialchars:1}

{*here will go a plugin hook*}