Phpdoc fix for wp_add_script_before(), see #11520
git-svn-id: https://develop.svn.wordpress.org/trunk@19218 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8e37911c0c
commit
ac06d56394
@ -100,7 +100,7 @@ function wp_localize_script( $handle, $object_name, $l10n ) {
|
||||
* Adds extra Javascript.
|
||||
*
|
||||
* Works only if the script referenced by $handle has already been added.
|
||||
* Accepts string $extra that will be printed as script before the main script tag.
|
||||
* Accepts string $script that will be printed before the main script tag.
|
||||
*
|
||||
* @since 3.3
|
||||
* @see WP_Scripts::add_script_data()
|
||||
|
Loading…
Reference in New Issue
Block a user