Changeset 11721 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php
- Timestamp:
- 03/29/2022 06:52:53 AM (4 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
r11494 r11721 50 50 gp_enqueue_script( 'wporg-translate-editor' ); 51 51 } 52 53 // Remove Emoji fallback support 54 remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); 55 remove_action( 'wp_head', 'wp_print_styles', 8 ); 52 56 53 57 /**
Note: See TracChangeset
for help on using the changeset viewer.