Changeset 60681 for trunk/src/wp-content/themes/twentytwenty/functions.php
- Timestamp:
- 08/27/2025 10:32:57 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/functions.php
r60536 r60681 685 685 sprintf( 686 686 'wp.customize.selectiveRefresh.partialConstructor[ %1$s ].prototype.attrs = %2$s;', 687 wp_json_encode( 'cover_opacity' ),688 wp_json_encode( twentytwenty_customize_opacity_range() )687 wp_json_encode( 'cover_opacity', JSON_HEX_TAG | JSON_UNESCAPED_SLASHES ), 688 wp_json_encode( twentytwenty_customize_opacity_range(), JSON_HEX_TAG | JSON_UNESCAPED_SLASHES ) 689 689 ) 690 690 );
Note: See TracChangeset
for help on using the changeset viewer.