Make WordPress Core

Ticket #30358: 30358-choice-b-trim-whitespace.diff

File 30358-choice-b-trim-whitespace.diff, 1.0 KB (added by philiparthurmoore, 10 years ago)
  • wp-content/themes/twentyfifteen/header.php

     
    3737                                        <?php endif;
    3838
    3939                                        $description = get_bloginfo( 'description', 'display' );
    40                                         if ( ! empty( $description ) ) : ?>
     40                                        if ( ! empty( $description ) || is_customize_preview() ) : ?>
    4141                                                <p class="site-description"><?php echo esc_html( $description ); ?></p>
    4242                                        <?php endif;
    4343                                ?>
  • wp-content/themes/twentyfifteen/js/customize-preview.js

     
    11/**
    2  * Live-update changed settings in real time in the Customizer preview. 
     2 * Live-update changed settings in real time in the Customizer preview.
    33 */
    44
    55( function( $ ) {