Changeset 8241
- Timestamp:
- 02/14/2019 12:17:58 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/header.php
r6657 r8241 12 12 namespace WordPressdotorg\Theme; 13 13 14 $GLOBALS['wporg_global_header_options'] = array( 15 'in_wrapper' => '<a class="skip-link screen-reader-text" href="#content">' . esc_html( 'Skip to content', 'wporg' ) . '</a>', 16 ); 14 17 get_template_part( 'header', 'wporg' ); 15 18 ?> 16 19 <div id="page" class="site"> 17 <a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', 'wporg' ); ?></a>18 19 20 <div id="content" class="site-content row gutters">
Note: See TracChangeset
for help on using the changeset viewer.