Changeset 8237 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/header.php
- Timestamp:
- 02/13/2019 06:31:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/header.php
r7417 r8237 1 1 <?php 2 2 $GLOBALS['pagetitle'] = wp_get_document_title(); 3 $GLOBALS['wporg_global_header_options'] = array( 4 'in_wrapper' => '<a class="skip-link screen-reader-text" href="#pagebody">' . esc_html( 'Skip to content', 'wporg-showcase' ) . '</a>', 5 ); 3 6 4 7 $prefix = is_ssl() ? 'https://' : 'http://s.';
Note: See TracChangeset
for help on using the changeset viewer.