Changeset 43571 for trunk/src/wp-content/themes/twentysixteen/header.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/header.php
r42343 r43571 41 41 $description = get_bloginfo( 'description', 'display' ); 42 42 if ( $description || is_customize_preview() ) : 43 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.