Ticket #28687: 28687-4.diff
| File 28687-4.diff, 537 bytes (added by , 11 years ago) |
|---|
-
wp-includes/post-template.php
639 639 $classes[] = 'no-customize-support'; 640 640 } 641 641 642 if ( get_ theme_mod( 'background_color' ) || get_background_image() )642 if ( get_background_color() !== get_theme_support( 'custom-background', 'default-color' ) || get_background_image() ) 643 643 $classes[] = 'custom-background'; 644 644 645 645 $page = $wp_query->get( 'page' );