From 49d3ad1d065da1e8f5d3eed2ed1be4b6f13fa96e Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 28 Jul 2004 23:13:01 +0000 Subject: [PATCH] Oops. Add ENT_QUOTES. git-svn-id: https://develop.svn.wordpress.org/trunk@1498 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/template-functions-general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/template-functions-general.php b/wp-includes/template-functions-general.php index 06394165b7..54b7b17af9 100644 --- a/wp-includes/template-functions-general.php +++ b/wp-includes/template-functions-general.php @@ -194,7 +194,7 @@ function single_month_title($prefix = '', $display = true ) { /* link navigation hack by Orien http://icecode.com/ */ function get_archives_link($url, $text, $format = 'html', $before = '', $after = '') { $text = wptexturize($text); - $title_text = htmlspecialchars($text); + $title_text = htmlspecialchars($text, ENT_QUOTES); if ('link' == $format) { return "\t\n";