Changeset 46170 for trunk/src/wp-includes/class.wp-styles.php
- Timestamp:
- 09/18/2019 10:33:45 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class.wp-styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-styles.php
r46164 r46170 127 127 do_action_ref_array( 'wp_default_styles', array( &$this ) ); 128 128 129 if ( ! current_theme_supports( 'html5', 'style' ) ) {129 if ( ! is_admin() && ! current_theme_supports( 'html5', 'style' ) ) { 130 130 $this->type_attr = " type='text/css'"; 131 131 }
Note: See TracChangeset
for help on using the changeset viewer.