Changeset 11517 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/header.php
- Timestamp:
- 02/03/2022 11:31:04 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/header.php
r11448 r11517 14 14 use function WPOrg_Learn\Locale\{ locale_notice }; 15 15 16 \WordPressdotorg\skip_to( '#main' ); 16 // Temporarily until https://github.com/WordPress/wporg-mu-plugins/ is added to the Learn repo. 17 if ( function_exists( '\WordPressdotorg\skip_to' ) ) { 18 \WordPressdotorg\skip_to( '#main' ); 19 } 17 20 18 21 if ( FEATURE_2021_GLOBAL_HEADER_FOOTER ) {
Note: See TracChangeset
for help on using the changeset viewer.