Changeset 58354 for trunk/src/wp-includes/kses.php
- Timestamp:
- 06/06/2024 08:00:08 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r58294 r58354 2147 2147 unset( $decoded_data['isGlobalStylesUserThemeJSON'] ); 2148 2148 2149 $data_to_encode = WP_Theme_JSON::remove_insecure_properties( $decoded_data );2149 $data_to_encode = WP_Theme_JSON::remove_insecure_properties( $decoded_data, 'custom' ); 2150 2150 2151 2151 $data_to_encode['isGlobalStylesUserThemeJSON'] = true;
Note: See TracChangeset
for help on using the changeset viewer.