Ticket #30358: 30358-choice-b-trim-whitespace.diff
File 30358-choice-b-trim-whitespace.diff, 1.0 KB (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 ?> -
wp-content/themes/twentyfifteen/js/customize-preview.js
1 1 /** 2 * Live-update changed settings in real time in the Customizer preview. 2 * Live-update changed settings in real time in the Customizer preview. 3 3 */ 4 4 5 5 ( function( $ ) {