mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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
This commit is contained in:
parent
9b9d310c74
commit
eb4b852316
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user