From e280df1945c1b092ccc092645bbbf7a9329c06f7 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 13 Feb 2010 02:54:54 +0000 Subject: [PATCH] Fix inline documentation for esc_js(). Intended for inline JS only, fixes #11690. git-svn-id: https://develop.svn.wordpress.org/trunk@13076 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/formatting.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index bfcdc3dc7b..8f0aa7fd14 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -2300,9 +2300,9 @@ function htmlentities2($myHTML) { /** * Escape single quotes, htmlspecialchar " < > &, and fix line endings. * - * Escapes text strings for echoing in JS, both inline (for example in onclick="...") - * and inside