From 546ffab4aae87668cade54be9132bc39e35d5670 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 19 May 2007 17:28:10 +0100 Subject: escape quotes in tag cloud --- functions.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index ba4b02344..c8873a051 100644 --- a/functions.php +++ b/functions.php @@ -3966,8 +3966,10 @@ // multiply by the font-size increment ($size) // and add the $min_size set above $size = round($min_size + (($value - $min_qty) * $step)); - - echo "' . $key . ' '; } -- cgit v1.2.3