Changeset 60899 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 10/04/2025 01:49:52 AM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r60793 r60899 5979 5979 5980 5980 wp_print_inline_script_tag( 5981 sprintf( 'window._wpemojiSettings = %s;', wp_json_encode( $settings ) ) . "\n" . 5982 file_get_contents( ABSPATH . WPINC . '/js/wp-emoji-loader' . wp_scripts_get_suffix() . '.js' ) 5981 wp_json_encode( $settings, JSON_HEX_TAG | JSON_UNESCAPED_SLASHES ), 5982 array( 5983 'id' => 'wp-emoji-settings', 5984 'type' => 'application/json', 5985 ) 5986 ); 5987 5988 $emoji_loader_script_path = '/js/wp-emoji-loader' . wp_scripts_get_suffix() . '.js'; 5989 wp_print_inline_script_tag( 5990 rtrim( file_get_contents( ABSPATH . WPINC . $emoji_loader_script_path ) ) . "\n" . 5991 '//# sourceURL=' . includes_url( $emoji_loader_script_path ), 5992 array( 5993 'type' => 'module', 5994 ) 5983 5995 ); 5984 5996 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)