Changeset 43571 for trunk/src/wp-content/themes/twentyfifteen/header.php
- Timestamp:
- 08/17/2018 01:50:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/header.php
r42343 r43571 42 42 $description = get_bloginfo( 'description', 'display' ); 43 43 if ( $description || is_customize_preview() ) : 44 44 ?> 45 45 <p class="site-description"><?php echo $description; ?></p> 46 46 <?php 47 47 endif; 48 48 ?> 49 49 <button class="secondary-toggle"><?php _e( 'Menu and widgets', 'twentyfifteen' ); ?></button> 50 50 </div><!-- .site-branding -->
Note: See TracChangeset
for help on using the changeset viewer.