From 1863c06879585347d728178f637a8be213a8bef4 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 7 Oct 2013 14:14:09 +0000 Subject: [PATCH] Escape title in HTML5 search form. props obenland, joostdevalk, scottsweb. fixes #25322. Built from https://develop.svn.wordpress.org/trunk@25710 git-svn-id: http://core.svn.wordpress.org/trunk@25624 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index b9f56e5fa3..dfa4b1c40b 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -172,7 +172,7 @@ function get_search_form( $echo = true ) { $form = '';