Changeset 11740
- Timestamp:
- 04/03/2022 12:13:22 PM (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
r11736 r11740 53 53 // Remove Emoji fallback support 54 54 remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); 55 remove_action( 'wp_ head', 'wp_print_styles', 8);55 remove_action( 'wp_print_styles', 'print_emoji_styles' ); 56 56 57 57 // Remove output of hreflang tags.
Note: See TracChangeset
for help on using the changeset viewer.