Changeset 8244 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/header.php
- Timestamp:
- 02/14/2019 04:26:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/header.php
r8238 r8244 7 7 8 8 $GLOBALS['pagetitle'] = wp_get_document_title(); 9 $GLOBALS['wporg_global_header_options'] = array( 10 'in_wrapper' => '<a class="skip-link screen-reader-text" href="#themes">' . esc_html( 'Skip to content', 'wporg-themes' ) . '</a>', 11 ); 9 global $wporg_global_header_options; 10 if ( !isset( $wporg_global_header_options['in_wrapper'] ) ) 11 $wporg_global_header_options['in_wrapper'] = ''; 12 $wporg_global_header_options['in_wrapper'] .= '<a class="skip-link screen-reader-text" href="#themes">' . esc_html( 'Skip to content', 'wporg-themes' ) . '</a>'; 12 13 13 14 require WPORGPATH . 'header.php';
Note: See TracChangeset
for help on using the changeset viewer.