Changeset 32728
- Timestamp:
- 06/12/2015 04:53:17 PM (9 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r32596 r32728 83 83 } 84 84 85 return $wp_scripts->do_items( $handles );85 return wp_scripts()->do_items( $handles ); 86 86 } 87 87 -
trunk/src/wp-includes/functions.wp-styles.php
r32597 r32728 62 62 } 63 63 64 return $wp_styles->do_items( $handles );64 return wp_styles()->do_items( $handles ); 65 65 } 66 66
Note: See TracChangeset
for help on using the changeset viewer.