diff --git a/wp-includes/functions.wp-scripts.php b/wp-includes/functions.wp-scripts.php index 3a67f1cf7f..afa46be271 100644 --- a/wp-includes/functions.wp-scripts.php +++ b/wp-includes/functions.wp-scripts.php @@ -30,6 +30,7 @@ function wp_scripts() { * * @since 4.2.0 * @access private + * @ignore * * @param string $function */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 18e5ebdf98..24465fbec8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31201'; +$wp_version = '4.2-alpha-31202'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.