Make WordPress Core

Ticket #30358: 30358-choice-b.diff

File 30358-choice-b.diff, 562 bytes (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                                ?>