- Timestamp:
- 08/27/2025 10:32:57 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php
r59733 r60681 349 349 'wp.data.dispatch( "core/notices" ).createWarningNotice( "%s", { actions: [ %s ], isDismissible: false } )', 350 350 $message, 351 wp_json_encode( $action )351 wp_json_encode( $action, JSON_HEX_TAG | JSON_UNESCAPED_SLASHES ) 352 352 ), 353 353 'after'
Note: See TracChangeset
for help on using the changeset viewer.