Ticket #20448: 20448.13.diff
File 20448.13.diff, 632 bytes (added by , 13 years ago) |
---|
-
wp-includes/post-template.php
501 501 if ( is_admin_bar_showing() ) 502 502 $classes[] = 'admin-bar'; 503 503 504 if ( get_ background_color() || get_theme_mod( 'background_image' ) || get_theme_support( 'custom-background', 'default-image' ) )504 if ( get_theme_mod( 'background_color' ) || get_background_image() || current_theme_supports( 'custom-background', 'default-image' ) ) 505 505 $classes[] = 'custom-background'; 506 506 507 507 $page = $wp_query->get( 'page' );