Changeset 30009 for trunk/src/wp-content/themes/twentyfifteen/header.php
- Timestamp:
- 10/24/2014 02:50:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/header.php
r29928 r30009 31 31 <div class="site-branding"> 32 32 <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> 33 < h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>33 <p class="site-description"><?php bloginfo( 'description' ); ?></p> 34 34 <button class="secondary-toggle"><?php esc_html_e( 'Menu and widgets', 'twentyfifteen' ); ?></button> 35 35 </div><!-- .site-branding -->
Note: See TracChangeset
for help on using the changeset viewer.