Changeset 21001 for trunk/wp-includes/post-template.php
- Timestamp:
- 06/05/2012 06:35:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r20973 r21001 502 502 $classes[] = 'admin-bar'; 503 503 504 if ( get_theme_mod( 'background_image' ) || get_theme_mod( 'background_color' ) || 505 ( '_custom_background_cb' != get_theme_support( 'custom-background', 'wp-head-callback' ) 506 && ( get_theme_support( 'custom-background', 'default-image' ) || 507 get_theme_support( 'custom-background', 'default-color' ) ) ) ) 504 if ( get_background_color() || get_theme_mod( 'background_image' ) || get_theme_support( 'custom-background', 'default-image' ) ) 508 505 $classes[] = 'custom-background'; 509 506
Note: See TracChangeset
for help on using the changeset viewer.