Commit 18c62df 2 people authored and committed
1 parent e53ba3b commit 18c62df Copy full SHA for 18c62df
File tree 2 files changed +3
-3
lines changed
lib/compat/wordpress-6.5/interactivity-api
packages/e2e-tests/plugins/interactive-blocks/router-navigate
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -800,14 +800,14 @@ public function print_router_loading_and_screen_reader_markup() {
800
800
echo <<<HTML
801
801
<div
802
802
class="wp-interactivity-router-loading-bar"
803
- data-wp-interactive='{"namespace":" core/router"}'
803
+ data-wp-interactive=" core/router"
804
804
data-wp-class--start-animation="state.navigation.hasStarted"
805
805
data-wp-class--finish-animation="state.navigation.hasFinished"
806
806
></div>
807
807
<div
808
808
class="screen-reader-text"
809
809
aria-live="polite"
810
- data-wp-interactive='{"namespace":" core/router"}'
810
+ data-wp-interactive=" core/router"
811
811
data-wp-text="state.navigation.message"
812
812
></div>
813
813
HTML ;
Original file line number Diff line number Diff line change 18
18
?>
19
19
20
20
<div
21
- data-wp-interactive='{ "namespace": " router" }'
21
+ data-wp-interactive=" router"
22
22
data-wp-router-region="region-1"
23
23
>
24
24
<h2 data-testid="title"><?php echo $ attributes ['title ' ]; ?> </h2>
You can’t perform that action at this time.
0 commit comments