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

Props joyously, pbiron

Fixes #48503

git-svn-id: https://develop.svn.wordpress.org/trunk@47204 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2020-02-07 17:40:29 +00:00
parent 7efcf03d94
commit 1feff0de47

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
*