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