Changeset 52013 for trunk/src/wp-content/themes/twentythirteen/header.php
- Timestamp:
- 11/04/2021 06:16:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/header.php
r51967 r52013 34 34 <?php wp_body_open(); ?> 35 35 <div id="page" class="hfeed site"> 36 <header id="masthead" class="site-header" role="banner">36 <header id="masthead" class="site-header"> 37 37 <a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> 38 38 <h1 class="site-title"><?php bloginfo( 'name' ); ?></h1>
Note: See TracChangeset
for help on using the changeset viewer.