mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +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
|
* @since 4.2.0
|
||||||
* @access private
|
* @access private
|
||||||
|
* @ignore
|
||||||
*
|
*
|
||||||
* @param string $function
|
* @param string $function
|
||||||
*/
|
*/
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user