Changeset 44574 for trunk/src/wp-content/themes/twentyfifteen/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/twentyfifteen/header.php
r44500 r44574 37 37 <?php else : ?> 38 38 <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p> 39 <?php39 <?php 40 40 endif; 41 41 42 42 $description = get_bloginfo( 'description', 'display' ); 43 if ( $description || is_customize_preview() ) :44 ?>43 if ( $description || is_customize_preview() ) : 44 ?> 45 45 <p class="site-description"><?php echo $description; ?></p> 46 <?php46 <?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.