From d6f65fb1479bc030a9a8e26ae3395baa1ccbc8de Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 16 Sep 2013 12:46:11 +0000 Subject: [PATCH] Update @since for wp_script_is() and wp_style_is(). props jdgrimes. see #25326. Built from https://develop.svn.wordpress.org/trunk@25449 git-svn-id: http://core.svn.wordpress.org/trunk@25370 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.wp-scripts.php | 4 ++-- wp-includes/functions.wp-styles.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-includes/functions.wp-scripts.php b/wp-includes/functions.wp-scripts.php index 97c2e37097..667b59be5a 100644 --- a/wp-includes/functions.wp-scripts.php +++ b/wp-includes/functions.wp-scripts.php @@ -167,7 +167,7 @@ function wp_enqueue_script( $handle, $src = false, $deps = array(), $ver = false /** * Remove an enqueued script. * - * @since WP 3.1 + * @since 3.1.0 * @see WP_Scripts::dequeue() For parameter information. */ function wp_dequeue_script( $handle ) { @@ -189,7 +189,7 @@ function wp_dequeue_script( $handle ) { * pass 'registered' to $list, to see if the script is registered, * and you can check processing statuses with 'to_do' and 'done'. * - * @since WP unknown; BP unknown + * @since 2.8.0 * * @param string $handle Name of the script. * @param string $list Optional. Defaults to 'enqueued'. Values are diff --git a/wp-includes/functions.wp-styles.php b/wp-includes/functions.wp-styles.php index 617fd8241d..d172694828 100644 --- a/wp-includes/functions.wp-styles.php +++ b/wp-includes/functions.wp-styles.php @@ -149,7 +149,7 @@ function wp_enqueue_style( $handle, $src = false, $deps = array(), $ver = false, /** * Remove an enqueued style. * - * @since WP 3.1 + * @since 3.1.0 * @see WP_Styles::dequeue() For parameter information. */ function wp_dequeue_style( $handle ) { @@ -171,7 +171,7 @@ function wp_dequeue_style( $handle ) { * pass 'registered' to $list, to see if the style is registered, * and you can check processing statuses with 'to_do' and 'done'. * - * @since WP unknown; BP unknown + * @since 2.8.0 * @global object $wp_styles The WP_Styles object for printing styles. * * @param string $handle Name of the stylesheet.