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:
Andrew Ozz 2011-11-08 18:15:56 +00:00
parent 8e37911c0c
commit ac06d56394
1 changed files with 1 additions and 1 deletions

View File

@ -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()