Fix typo in phpdoc. props fanquake. fixes #23737.
git-svn-id: https://develop.svn.wordpress.org/trunk@23659 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
aea7b67a2e
commit
99392425cb
@ -66,7 +66,7 @@ function wp_register_script( $handle, $src, $deps = array(), $ver = false, $in_f
|
||||
/**
|
||||
* Wrapper for $wp_scripts->localize().
|
||||
*
|
||||
* Used to localizes a script.
|
||||
* Used to localize a script.
|
||||
* Works only if the script has already been added.
|
||||
* Accepts an associative array $l10n and creates JS object:
|
||||
* "$object_name" = {
|
||||
|
Loading…
Reference in New Issue
Block a user