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:
azaozz 2011-11-08 18:15:56 +00:00
parent 10859e2b8f
commit dc77e4c86a
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()