summaryrefslogtreecommitdiffstats
path: root/wp-includes/functions.wp-styles.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/functions.wp-styles.php')
-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.
*/