From 0e41b5d52fdc6af6442816b5f465c9db9f84e126 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:51:18 +0200 Subject: Adding upstream version 6.6.1+dfsg1. Signed-off-by: Daniel Baumann --- wp-includes/functions.wp-styles.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wp-includes/functions.wp-styles.php') diff --git a/wp-includes/functions.wp-styles.php b/wp-includes/functions.wp-styles.php index 592bb41..ad5f574 100644 --- a/wp-includes/functions.wp-styles.php +++ b/wp-includes/functions.wp-styles.php @@ -11,10 +11,10 @@ /** * Initializes $wp_styles if it has not been set. * - * @global WP_Styles $wp_styles - * * @since 4.2.0 * + * @global WP_Styles $wp_styles + * * @return WP_Styles WP_Styles instance. */ function wp_styles() { @@ -34,10 +34,10 @@ function wp_styles() { * passing an array with one string prints that style, * and passing an array of strings prints those styles. * - * @global WP_Styles $wp_styles The WP_Styles object for printing styles. - * * @since 2.6.0 * + * @global WP_Styles $wp_styles The WP_Styles object for printing styles. + * * @param string|bool|array $handles Styles to be printed. Default 'false'. * @return string[] On success, an array of handles of processed WP_Dependencies items; otherwise, an empty array. */ -- cgit v1.2.3