Fix typo in phpdoc. props fanquake. fixes #23737.
git-svn-id: http://core.svn.wordpress.org/trunk@23659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
539ad97c8b
commit
88e8c501ab
|
@ -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