Ticket #22052: 22052.diff
| File 22052.diff, 438 bytes (added by DrewAPicture, 8 months 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';
