From 05c6094a2b3383fcc7fca4873f76afe7e73f9916 Mon Sep 17 00:00:00 2001 From: matt Date: Sun, 7 Jan 2007 02:25:03 +0000 Subject: [PATCH] Use CDATA to avoid validation errors, fixes #3496. Hat tip: JeremyVisser git-svn-id: http://svn.automattic.com/wordpress/trunk@4691 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 7e176c0cf2..8d7e8e50c8 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -813,8 +813,10 @@ function the_editor($content, $id = 'content', $prev_id = 'title') { ' onclick='switchEditors("")' /> @@ -823,6 +825,7 @@ function the_editor($content, $id = 'content', $prev_id = 'title') {