Changeset 11402 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php
- Timestamp:
- 12/22/2021 06:22:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php
r10285 r11402 20 20 ); 21 21 22 global $wporg_global_header_options; 23 if ( !isset( $wporg_global_header_options['in_wrapper'] ) ) 24 $wporg_global_header_options['in_wrapper'] = ''; 25 $wporg_global_header_options['in_wrapper'] .= '<a class="skip-link screen-reader-text" href="#content">' . esc_html__( 'Skip to content', 'wporg-forums' ) . '</a>'; 26 wporg_get_global_header(); 22 if ( FEATURE_2021_GLOBAL_HEADER_FOOTER ) { 23 echo do_blocks( '<!-- wp:wporg/global-header /-->' ); 24 } else { 25 global $wporg_global_header_options; 26 if ( !isset( $wporg_global_header_options['in_wrapper'] ) ) 27 $wporg_global_header_options['in_wrapper'] = ''; 28 $wporg_global_header_options['in_wrapper'] .= '<a class="skip-link screen-reader-text" href="#content">' . esc_html__( 'Skip to content', 'wporg-forums' ) . '</a>'; 29 wporg_get_global_header(); 30 } 31 27 32 ?> 28 33
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)