mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 04:04:35 +00:00
Docs: Fix incorrect @see notation in wp_localize_script() DocBlock.
Props coffee2code, shamim51. Fixes #47104. git-svn-id: https://develop.svn.wordpress.org/trunk@45392 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user