Changeset 27703
- Timestamp:
- 03/25/2014 11:52:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r27575 r27703 1285 1285 // $color is the saved custom color. 1286 1286 // A default has to be specified in style.css. It will not be printed here. 1287 $color = get_theme_mod( 'background_color' ); 1287 $color = get_background_color(); 1288 1289 if ( $color === get_theme_support( 'custom-background', 'default-color' ) ) { 1290 $color = false; 1291 } 1288 1292 1289 1293 if ( ! $background && ! $color )
Note: See TracChangeset
for help on using the changeset viewer.