From d3100d05cb6e4a3183117ccc901d6119cb0236cc Mon Sep 17 00:00:00 2001 From: michelvaldrighi Date: Tue, 18 May 2004 15:24:23 +0000 Subject: [PATCH] switching to htmlspecialchars fixes category description problem with double-bytes encodings ( http://wordpress.org/support/6/5555 ) git-svn-id: http://svn.automattic.com/wordpress/trunk@1306 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/categories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/categories.php b/wp-admin/categories.php index 4cec8a508..78b000906 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -107,7 +107,7 @@ case 'edit':


-

+