Phpdoc fix for wp_add_script_before(), see #11520
git-svn-id: http://svn.automattic.com/wordpress/trunk@19218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
10859e2b8f
commit
dc77e4c86a
|
@ -100,7 +100,7 @@ function wp_localize_script( $handle, $object_name, $l10n ) {
|
||||||
* Adds extra Javascript.
|
* Adds extra Javascript.
|
||||||
*
|
*
|
||||||
* Works only if the script referenced by $handle has already been added.
|
* 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
|
* @since 3.3
|
||||||
* @see WP_Scripts::add_script_data()
|
* @see WP_Scripts::add_script_data()
|
||||||
|
|
Loading…
Reference in New Issue