Skip to content

Commit

Permalink
Merge branch 'add/62503-speculative-loading' of github.com:felixarntz…
Browse files Browse the repository at this point in the history
…/wordpress-develop into add/62503-speculative-loading
  • Loading branch information
felixarntz committed Feb 18, 2025
2 parents 57fd8c1 + f290c26 commit b330805
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function test_wp_print_speculation_rules_with_html5_support() {

add_filter(
'wp_speculation_rules_configuration',
function () {
static function () {
return array(
'mode' => 'prerender',
'eagerness' => 'moderate',
Expand All @@ -70,7 +70,7 @@ public function test_wp_print_speculation_rules_without_html5_support() {

add_filter(
'wp_speculation_rules_configuration',
function () {
static function () {
return array(
'mode' => 'prerender',
'eagerness' => 'moderate',
Expand Down

0 comments on commit b330805

Please sign in to comment.