Changeset 11494 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php
- Timestamp:
- 01/31/2022 09:45:57 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php
r11463 r11494 49 49 if ( isset( $template ) && 'translations' === $template ) { 50 50 gp_enqueue_script( 'wporg-translate-editor' ); 51 }52 53 // The new header calls wp_head + gp_head, the old header only calls one or the other, so we must manually add this.54 if ( ! FEATURE_2021_GLOBAL_HEADER_FOOTER ) {55 add_action( 'gp_head', '_wp_render_title_tag' );56 51 } 57 52
Note: See TracChangeset
for help on using the changeset viewer.