From 3f8d8cec009fa005e8f156fa6692ac30b342ac6b Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 16 Jan 2015 05:38:21 +0000 Subject: [PATCH] Add `@ignore` to `_wp_scripts_maybe_doing_it_wrong()`. Props DrewAPicture for the thought leadership. See #20513. Built from https://develop.svn.wordpress.org/trunk@31202 git-svn-id: http://core.svn.wordpress.org/trunk@31183 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.wp-scripts.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.