Changeset 44574 for trunk/src/wp-content/themes/twentysixteen/header.php
- Timestamp:
- 01/12/2019 06:40:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/header.php
r44500 r44574 36 36 <?php else : ?> 37 37 <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p> 38 <?php38 <?php 39 39 endif; 40 40 41 41 $description = get_bloginfo( 'description', 'display' ); 42 if ( $description || is_customize_preview() ) :43 ?>42 if ( $description || is_customize_preview() ) : 43 ?> 44 44 <p class="site-description"><?php echo $description; ?></p> 45 45 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.