Ticket #20896: 20896.diff
| File 20896.diff, 601 bytes (added by , 14 years ago) |
|---|
-
wp-includes/post-template.php
498 498 if ( is_user_logged_in() ) 499 499 $classes[] = 'logged-in'; 500 500 501 if ( is_admin_bar_showing() ) 501 if ( is_admin_bar_showing() ) { 502 502 $classes[] = 'admin-bar'; 503 503 $classes[] = 'no-customize-support'; 504 } 505 504 506 if ( get_background_color() || get_theme_mod( 'background_image' ) || get_theme_support( 'custom-background', 'default-image' ) ) 505 507 $classes[] = 'custom-background'; 506 508