mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user