Changeset 58200 for trunk/src/wp-includes/functions.wp-styles.php
- Timestamp:
- 05/26/2024 08:49:30 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-styles.php
r55072 r58200 12 12 * Initializes $wp_styles if it has not been set. 13 13 * 14 * @since 4.2.0 15 * 14 16 * @global WP_Styles $wp_styles 15 *16 * @since 4.2.017 17 * 18 18 * @return WP_Styles WP_Styles instance. … … 35 35 * and passing an array of strings prints those styles. 36 36 * 37 * @since 2.6.0 38 * 37 39 * @global WP_Styles $wp_styles The WP_Styles object for printing styles. 38 *39 * @since 2.6.040 40 * 41 41 * @param string|bool|array $handles Styles to be printed. Default 'false'.
Note: See TracChangeset
for help on using the changeset viewer.