Ticket #20751: 20751-body-class.diff
| File 20751-body-class.diff, 438 bytes (added by , 14 years ago) |
|---|
-
wp-includes/post-template.php
502 502 503 503 if ( is_admin_bar_showing() ) 504 504 $classes[] = 'admin-bar'; 505 $classes[] = 'no-customize-support'; 505 506 506 507 if ( get_theme_mod( 'background_color' ) || get_background_image() ) 507 508 $classes[] = 'custom-background';