mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 09:07:59 +01:00
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:
parent
60c285aa22
commit
3f8d8cec00
@ -30,6 +30,7 @@ function wp_scripts() {
|
||||
*
|
||||
* @since 4.2.0
|
||||
* @access private
|
||||
* @ignore
|
||||
*
|
||||
* @param string $function
|
||||
*/
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user