Changeset 10148 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/functions.php
- Timestamp:
- 08/12/2020 06:18:37 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/functions.php
r10146 r10148 15 15 function setup() { 16 16 add_theme_support( 'post-thumbnails' ); 17 18 // The parent wporg theme is designed for use on wordpress.org/* and assumes locale-domains are available. 19 // Remove hreflang support. 20 remove_action( 'wp_head', 'WordPressdotorg\Theme\hreflang_link_attributes' ); 17 21 } 18 22
Note: See TracChangeset
for help on using the changeset viewer.