Changeset 39209 for trunk/src/wp-includes/theme.php
- Timestamp:
- 11/13/2016 02:42:04 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r39185 r39209 1501 1501 } 1502 1502 1503 if ( ! $background && ! $color ) 1503 if ( ! $background && ! $color ) { 1504 if ( is_customize_preview() ) { 1505 echo '<style type="text/css" id="custom-background-css"></style>'; 1506 } 1504 1507 return; 1508 } 1505 1509 1506 1510 $style = $color ? "background-color: #$color;" : ''; … … 1622 1626 1623 1627 /** 1624 * Fetch the saved Custom CSS content .1628 * Fetch the saved Custom CSS content for rendering. 1625 1629 * 1626 1630 * @since 4.7.0
Note: See TracChangeset
for help on using the changeset viewer.