Changeset 46270 for trunk/src/wp-includes/theme.php
- Timestamp:
- 09/23/2019 08:08:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r46164 r46270 1647 1647 } 1648 1648 1649 $type_attr = current_theme_supports( 'html5', 'style' ) ? '' : ' type="text/css"'; 1650 1649 1651 if ( ! $background && ! $color ) { 1650 1652 if ( is_customize_preview() ) { 1651 $type_attr = current_theme_supports( 'html5', 'style' ) ? '' : ' type="text/css"';1652 1653 printf( '<style%s id="custom-background-css"></style>', $type_attr ); 1653 1654 } … … 1702 1703 1703 1704 $style .= $image . $position . $size . $repeat . $attachment; 1704 1705 $type_attr = current_theme_supports( 'html5', 'style' ) ? '' : ' type="text/css"';1706 1705 } 1707 1706 ?>
Note: See TracChangeset
for help on using the changeset viewer.