diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 4923ee46ea..eb9b344960 100644 --- a/wp-includes/deprecated.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 6d27fba0c6..23aac1e696 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.