Changeset 36913 for trunk/src/wp-content/themes/twentyfifteen/header.php
- Timestamp:
- 03/09/2016 11:01:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/header.php
r31184 r36913 30 30 <div class="site-branding"> 31 31 <?php 32 twentyfifteen_the_custom_logo(); 33 32 34 if ( is_front_page() && is_home() ) : ?> 33 35 <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
Note: See TracChangeset
for help on using the changeset viewer.