Docs: Fix incorrect @see notation in wp_localize_script() DocBlock.

Props coffee2code, shamim51.
Fixes #47104.
Built from https://develop.svn.wordpress.org/trunk@45392


git-svn-id: http://core.svn.wordpress.org/trunk@45203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-05-24 01:02:51 +00:00
parent 726e77d97e
commit 7cadbb50bf
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ function wp_register_script( $handle, $src, $deps = array(), $ver = false, $in_f
* ...
* }
*
* @see WP_Dependencies::localize()
* @see WP_Scripts::localize()
* @link https://core.trac.wordpress.org/ticket/11520
* @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts.
*