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

Props joyously.
See #42505.


git-svn-id: https://develop.svn.wordpress.org/trunk@44332 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2018-12-19 16:28:05 +00:00
parent 3e4a5df698
commit f1abdd8f74

View File

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