Changeset 39618 for trunk/src/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php
- Timestamp:
- 12/16/2016 10:07:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php
r39384 r39618 22 22 <?php endif; ?> 23 23 24 <?php $description = get_bloginfo( 'description', 'display' ); 25 if ( $description || is_customize_preview() ) : ?> 26 <p class="site-description"><?php echo $description; ?></p> 27 <?php endif; ?> 24 <?php 25 $description = get_bloginfo( 'description', 'display' ); 26 27 if ( $description || is_customize_preview() ) : 28 ?> 29 <p class="site-description"><?php echo $description; ?></p> 30 <?php endif; ?> 28 31 </div><!-- .site-branding-text --> 29 32
Note: See TracChangeset
for help on using the changeset viewer.