Ticket #28687: 28687-3.diff
| File 28687-3.diff, 592 bytes (added by , 11 years ago) |
|---|
-
wp-includes/post-template.php
635 635 $classes[] = 'no-customize-support'; 636 636 } 637 637 638 if ( get_theme_mod( 'background_color') || get_background_image() )638 if ( ( get_theme_mod( 'background_color' ) && get_theme_support( 'custom-background', 'default-color' ) != get_theme_mod( 'background_color' ) ) || get_background_image() ) 639 639 $classes[] = 'custom-background'; 640 640 641 641 $page = $wp_query->get( 'page' );