Changeset 32728 for trunk/src/wp-includes/functions.wp-styles.php
- Timestamp:
- 06/12/2015 04:53:17 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.wp-styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.