Changeset 36698 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 02/24/2016 10:09:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r36685 r36698 706 706 if ( get_background_color() !== get_theme_support( 'custom-background', 'default-color' ) || get_background_image() ) 707 707 $classes[] = 'custom-background'; 708 709 if ( has_site_logo() ) { 710 $classes[] = 'wp-site-logo'; 711 } 708 712 709 713 $page = $wp_query->get( 'page' );
Note: See TracChangeset
for help on using the changeset viewer.