From eb4b852316669ee01a9b6841fdfd797b81c80d27 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 28 Dec 2015 17:17:56 +0000 Subject: [PATCH] Docs: Correct a funky docblock in `funky_javascript_fix()`. See #32246 git-svn-id: https://develop.svn.wordpress.org/trunk@36111 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/deprecated.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/deprecated.php b/src/wp-includes/deprecated.php index 4923ee46ea..eb9b344960 100644 --- a/src/wp-includes/deprecated.php +++ b/src/wp-includes/deprecated.php @@ -2448,8 +2448,8 @@ function funky_javascript_callback($matches) { * @since 1.5.0 * @deprecated 3.0.0 * - * @uses $is_macIE - * @uses $is_winIE + * @global $is_macIE + * @global $is_winIE * * @param string $text Text to be made safe. * @return string Fixed text.