Docs: Fix an @see reference to use the correct class name in the wp_script_add_data() DocBlock.

Props joyously.
See #42505.

Built from https://develop.svn.wordpress.org/trunk@44332


git-svn-id: http://core.svn.wordpress.org/trunk@44162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2018-12-19 16:29:48 +00:00
parent 92aa2f9e92
commit 161df2a5d9
2 changed files with 2 additions and 2 deletions

View File

@ -380,7 +380,7 @@ function wp_script_is( $handle, $list = 'enqueued' ) {
*
* @since 4.2.0
*
* @see WP_Dependency::add_data()
* @see WP_Dependencies::add_data()
*
* @param string $handle Name of the script.
* @param string $key Name of data point for which we're storing a value.

View File

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