Ticket #30358: 30358-choice-b.diff
File 30358-choice-b.diff, 562 bytes (added by , 10 years ago) |
---|
-
wp-content/themes/twentyfifteen/header.php
37 37 <?php endif; 38 38 39 39 $description = get_bloginfo( 'description', 'display' ); 40 if ( ! empty( $description ) ) : ?>40 if ( ! empty( $description ) || is_customize_preview() ) : ?> 41 41 <p class="site-description"><?php echo esc_html( $description ); ?></p> 42 42 <?php endif; 43 43 ?>