Changeset 60681 for trunk/src/wp-includes/class-wp-script-modules.php
- Timestamp:
- 08/27/2025 10:32:57 AM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-script-modules.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-script-modules.php
r59505 r60681 249 249 if ( ! empty( $import_map['imports'] ) ) { 250 250 wp_print_inline_script_tag( 251 wp_json_encode( $import_map, JSON_HEX_TAG | JSON_ HEX_AMP),251 wp_json_encode( $import_map, JSON_HEX_TAG | JSON_UNESCAPED_SLASHES ), 252 252 array( 253 253 'type' => 'importmap',
Note: See TracChangeset
for help on using the changeset viewer.