Changeset 60483 for trunk/src/wp-content/themes/twentyfourteen/header.php
- Timestamp:
- 07/18/2025 03:29:06 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/header.php
r59991 r60483 51 51 <header id="masthead" class="site-header"> 52 52 <div class="header-main"> 53 <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" <?php echo $is_front ? 'aria-current="page"' : ''; ?>><?php bloginfo( 'name' ); ?></a></h1> 53 <?php 54 $site_name = get_bloginfo( 'name', 'display' ); 55 if ( $site_name ) : 56 ?> 57 <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" <?php echo $is_front ? 'aria-current="page"' : ''; ?>><?php echo $site_name; ?></a></h1> 58 <?php endif; ?> 54 59 55 60 <div class="search-toggle">
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)