Ticket #28687: 28687-2.diff
| File 28687-2.diff, 513 bytes (added by , 12 years ago) |
|---|
-
post-template.php
624 624 $classes[] = 'no-customize-support'; 625 625 } 626 626 627 if ( get_theme_ mod( 'background_color' ) || get_background_image() )627 if ( get_theme_support( 'custom-background', 'default-color' ) != get_theme_mod( 'background_color' ) || get_background_image() ) 628 628 $classes[] = 'custom-background'; 629 629 630 630 $page = $wp_query->get( 'page' );