Changeset 36903 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 03/09/2016 07:32:33 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r36837 r36903 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_custom_logo() ) { 710 $classes[] = 'wp-custom-logo'; 711 } 708 712 709 713 $page = $wp_query->get( 'page' );
Note: See TracChangeset
for help on using the changeset viewer.