Script Loader: Fix a docblock so it points to the correct page on the developer reference.

Props joyously, pbiron

Fixes #48503
Built from https://develop.svn.wordpress.org/trunk@47204


git-svn-id: http://core.svn.wordpress.org/trunk@47004 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2020-02-07 17:42:06 +00:00
parent 352ac8bf35
commit 701ad95968
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ function wp_style_is( $handle, $list = 'enqueued' ) {
* 'alt' bool For rel="alternate stylesheet".
* 'title' string For preferred/alternate stylesheets.
*
* @see WP_Dependency::add_data()
* @see WP_Dependencies::add_data()
*
* @since 3.6.0
*

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-47203';
$wp_version = '5.4-alpha-47204';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.