Docs: Correct a funky docblock in `funky_javascript_fix()`.
See #32246 Built from https://develop.svn.wordpress.org/trunk@36111 git-svn-id: http://core.svn.wordpress.org/trunk@36076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
698b825760
commit
d84621cc19
|
@ -2448,8 +2448,8 @@ function funky_javascript_callback($matches) {
|
||||||
* @since 1.5.0
|
* @since 1.5.0
|
||||||
* @deprecated 3.0.0
|
* @deprecated 3.0.0
|
||||||
*
|
*
|
||||||
* @uses $is_macIE
|
* @global $is_macIE
|
||||||
* @uses $is_winIE
|
* @global $is_winIE
|
||||||
*
|
*
|
||||||
* @param string $text Text to be made safe.
|
* @param string $text Text to be made safe.
|
||||||
* @return string Fixed text.
|
* @return string Fixed text.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-alpha-36110';
|
$wp_version = '4.5-alpha-36111';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue