From dc77e4c86af4acfc00988f7cda9a981431952516 Mon Sep 17 00:00:00 2001 From: azaozz Date: Tue, 8 Nov 2011 18:15:56 +0000 Subject: [PATCH] Phpdoc fix for wp_add_script_before(), see #11520 git-svn-id: http://svn.automattic.com/wordpress/trunk@19218 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.wp-scripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.wp-scripts.php b/wp-includes/functions.wp-scripts.php index ada59a7bda..2ff2b9854c 100644 --- a/wp-includes/functions.wp-scripts.php +++ b/wp-includes/functions.wp-scripts.php @@ -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()