summaryrefslogtreecommitdiffstats
path: root/wp-includes/functions.wp-styles.php
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:51:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:51:18 +0000
commit0e41b5d52fdc6af6442816b5f465c9db9f84e126 (patch)
treee139a90049b158d4eed892d1662ee7f5c358fa31 /wp-includes/functions.wp-styles.php
parentAdding upstream version 6.5.5+dfsg1. (diff)
downloadwordpress-0e41b5d52fdc6af6442816b5f465c9db9f84e126.tar.xz
wordpress-0e41b5d52fdc6af6442816b5f465c9db9f84e126.zip
Adding upstream version 6.6.1+dfsg1.upstream/6.6.1+dfsg1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--wp-includes/functions.wp-styles.php8
1 files changed, 4 insertions, 4 deletions
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.
*/