- Timestamp:
- 10/23/2016 11:05:14 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/components/header/site-branding.php
r38833 r38872 24 24 <?php $description = get_bloginfo( 'description', 'display' ); 25 25 if ( $description || is_customize_preview() ) : ?> 26 <p class="site-description"><?php echo $description; /* WPCS: xss ok. */?></p>26 <p class="site-description"><?php echo $description; ?></p> 27 27 <?php endif; ?> 28 28 </div><!-- .site-branding-text -->
Note: See TracChangeset
for help on using the changeset viewer.