Changeset 30897 for trunk/src/wp-content/themes/twentyfifteen/header.php
- Timestamp:
- 12/16/2014 01:19:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/header.php
r30896 r30897 38 38 39 39 $description = get_bloginfo( 'description', 'display' ); 40 if ( ! empty( $description )|| is_customize_preview() ) : ?>41 <p class="site-description"><?php echo esc_html( $description ); ?></p>40 if ( $description || is_customize_preview() ) : ?> 41 <p class="site-description"><?php echo $description; ?></p> 42 42 <?php endif; 43 43 ?>
Note: See TracChangeset
for help on using the changeset viewer.