Changeset 60681 for trunk/src/wp-includes/theme.php
- Timestamp:
- 08/27/2025 10:32:57 AM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r60499 r60681 3749 3749 ); 3750 3750 3751 $script = 'var _wpCustomizeLoaderSettings = ' . wp_json_encode( $settings ) . ';';3751 $script = 'var _wpCustomizeLoaderSettings = ' . wp_json_encode( $settings, JSON_HEX_TAG | JSON_UNESCAPED_SLASHES ) . ';'; 3752 3752 3753 3753 $wp_scripts = wp_scripts();
Note: See TracChangeset
for help on using the changeset viewer.