Changeset 8227
- Timestamp:
- 02/12/2019 03:30:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/header.php
r6284 r8227 19 19 20 20 $GLOBALS['pagetitle'] = wp_get_document_title(); 21 $GLOBALS['wporg_global_header_options'] = array( 22 'in_wrapper' => '<a class="skip-link screen-reader-text" href="#main">' . esc_html( 'Skip to content', 'wporg-plugins' ) . '</a>', 23 ); 21 24 require WPORGPATH . 'header.php'; 22 25 ?> 23 26 <div id="page" class="site"> 24 <a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', 'wporg-plugins' ); ?></a>25 26 27 <div id="content" class="site-content"> 27 28 <header id="masthead" class="site-header <?php echo is_home() ? 'home' : ''; ?>" role="banner">
Note: See TracChangeset
for help on using the changeset viewer.