Changeset 54924 for trunk/src/wp-content/themes/twentytwelve/header.php
- Timestamp:
- 12/01/2022 10:04:13 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/header.php
r54405 r54924 37 37 <header id="masthead" class="site-header"> 38 38 <hgroup> 39 <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"rel="home"><?php bloginfo( 'name' ); ?></a></h1>39 <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> 40 40 <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> 41 41 </hgroup> … … 43 43 <nav id="site-navigation" class="main-navigation"> 44 44 <button class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></button> 45 <a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a>45 <a class="assistive-text" href="#content"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a> 46 46 <?php 47 47 wp_nav_menu(
Note: See TracChangeset
for help on using the changeset viewer.