Make WordPress Core

Ticket #28687: 28687-2.diff

File 28687-2.diff, 513 bytes (added by slobodanmanic, 12 years ago)
  • post-template.php

     
    624624                $classes[] = 'no-customize-support';
    625625        }
    626626
    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() )
    628628                $classes[] = 'custom-background';
    629629
    630630        $page = $wp_query->get( 'page' );