Changeset 8246
- Timestamp:
- 02/14/2019 05:04:36 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php
r8239 r8246 19 19 ); 20 20 21 $GLOBALS['wporg_global_header_options'] = array( 22 'in_wrapper' => '<a class="skip-link screen-reader-text" href="#content">' . esc_html( 'Skip to content', 'wporg-forums' ) . '</a>', 23 ); 21 global $wporg_global_header_options; 22 if ( !isset( $wporg_global_header_options['in_wrapper'] ) ) 23 $wporg_global_header_options['in_wrapper'] = ''; 24 $wporg_global_header_options['in_wrapper'] .= '<a class="skip-link screen-reader-text" href="#content">' . esc_html( 'Skip to content', 'wporg-forums' ) . '</a>'; 24 25 wporg_get_global_header(); 25 26 ?>
Note: See TracChangeset
for help on using the changeset viewer.