wp core update 6.6
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user