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
This commit is contained in:
Scott Taylor 2015-01-16 05:38:21 +00:00
parent 60c285aa22
commit 3f8d8cec00
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ function wp_scripts() {
* *
* @since 4.2.0 * @since 4.2.0
* @access private * @access private
* @ignore
* *
* @param string $function * @param string $function
*/ */

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.