Changeset 30925 for branches/4.1
- Timestamp:
- 12/16/2014 08:33:08 PM (11 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentyfifteen/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-content/themes/twentyfifteen/header.php
r30924 r30925 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.