Changeset 46660 for trunk/src/wp-includes/functions.wp-styles.php
- Timestamp:
- 11/05/2019 09:21:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-styles.php
r46595 r46660 38 38 * 39 39 * @param string|bool|array $handles Styles to be printed. Default 'false'. 40 * @return array On success, a processed array ofWP_Dependencies items; otherwise, an empty array.40 * @return string[] On success, an array of handles of processed WP_Dependencies items; otherwise, an empty array. 41 41 */ 42 42 function wp_print_styles( $handles = false ) {
Note: See TracChangeset
for help on using the changeset viewer.