Changeset 43860 for branches/5.0/src/wp-content/themes/twentynineteen/template-parts/header/site-branding.php
- Timestamp:
- 11/02/2018 11:52:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/template-parts/header/site-branding.php
r43842 r43860 13 13 <div class="site-logo"><?php the_custom_logo(); ?></div> 14 14 <?php endif; ?> 15 16 <?php if ( ! empty( get_bloginfo( 'name' )) ) : ?>15 <?php $blog_info = get_bloginfo( 'name' ); ?> 16 <?php if ( ! empty( $blog_info ) ) : ?> 17 17 <?php if ( is_front_page() && is_home() ) : ?> 18 18 <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.