Changeset 60902 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 10/06/2025 04:49:13 AM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r60899 r60902 5913 5913 $printed = true; 5914 5914 5915 _print_emoji_detection_script(); 5915 if ( did_action( 'wp_print_footer_scripts' ) ) { 5916 _print_emoji_detection_script(); 5917 } else { 5918 add_action( 'wp_print_footer_scripts', '_print_emoji_detection_script' ); 5919 } 5916 5920 } 5917 5921
Note: See TracChangeset
for help on using the changeset viewer.