Changeset 60681 for trunk/src/wp-includes/speculative-loading.php
- Timestamp:
- 08/27/2025 10:32:57 AM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/speculative-loading.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/speculative-loading.php
r59881 r60681 248 248 wp_print_inline_script_tag( 249 249 (string) wp_json_encode( 250 $speculation_rules 250 $speculation_rules, 251 JSON_HEX_TAG | JSON_UNESCAPED_SLASHES 251 252 ), 252 253 array( 'type' => 'speculationrules' )
Note: See TracChangeset
for help on using the changeset viewer.