From 85892d3aab193a55722614afbe7bf7afebd2b5e2 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg 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: https://develop.svn.wordpress.org/trunk@4691 602fd350-edb4-49c9-b593-d223f7449a82 --- 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') {