Ticket #32541: 32541.1.patch
File 32541.1.patch, 432 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/functions.wp-styles.php
59 59 if ( ! $handles ) { 60 60 return array(); // No need to instantiate if nothing is there. 61 61 } 62 63 $wp_styles = new WP_Styles(); 62 64 } 63 65 64 66 return $wp_styles->do_items( $handles );