Changeset 11448 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
- Timestamp:
- 01/17/2022 04:45:59 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
r11428 r11448 38 38 */ 39 39 add_theme_support( 'post-thumbnails' ); 40 41 /* 42 * Enable WordPress.org skip-to links. 43 */ 44 add_action( 'wp_head', '\WordPressdotorg\skip_to_main' ); 40 45 } 41 46 add_action( 'after_setup_theme', __NAMESPACE__ . '\setup' );
Note: See TracChangeset
for help on using the changeset viewer.