Changeset 8258
- Timestamp:
- 02/15/2019 08:13:27 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/header.php
r6490 r8258 1 1 <?php 2 2 $GLOBALS['pagetitle'] = wp_get_document_title(); 3 global $wporg_global_header_options; 4 if ( !isset( $wporg_global_header_options['in_wrapper'] ) ) 5 $wporg_global_header_options['in_wrapper'] = ''; 6 $wporg_global_header_options['in_wrapper'] .= '<a class="skip-link screen-reader-text" href="#content">' . esc_html__( 'Skip to content', 'wporg' ) . '</a>'; 3 7 require WPORGPATH . 'header.php'; 4 8 ?> … … 14 18 15 19 <nav id="site-navigation" class="navigation-main clear" role="navigation"> 16 <div class="screen-reader-text skip-link"><a href="#content" title="<?php _e( 'Skip to content', 'wporg' ); ?>"><?php _e( 'Skip to content', 'wporg' ); ?></a></div>17 18 20 <?php wp_nav_menu( array( 'theme_location' => 'primary', 'fallback_cb' => false, 'depth' => 1 ) ); ?> 19 21 </nav><!-- .navigation-main -->
Note: See TracChangeset
for help on using the changeset viewer.