Changeset 11448 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/header.php
- Timestamp:
- 01/17/2022 04:45:59 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/header.php
r11431 r11448 1 1 <?php 2 3 \WordPressdotorg\skip_to( '#content' ); 2 4 3 5 if ( FEATURE_2021_GLOBAL_HEADER_FOOTER ) { 4 6 echo do_blocks( '<!-- wp:wporg/global-header /-->' ); 5 7 } else { 6 global $wporg_global_header_options;7 if ( !isset( $wporg_global_header_options['in_wrapper'] ) )8 $wporg_global_header_options['in_wrapper'] = '';9 $wporg_global_header_options['in_wrapper'] .= '<a class="skip-link screen-reader-text" href="#content">' . esc_html__( 'Skip to content', 'wporg' ) . '</a>';10 8 require WPORGPATH . 'header.php'; 11 9 }
Note: See TracChangeset
for help on using the changeset viewer.