Skip to content

Commit d22fffc

Browse files
authored
Fix JS options (#1672)
1 parent 7f1ef19 commit d22fffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-blocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public static function inject_activitypub_options() {
136136
);
137137

138138
printf(
139-
"\n<script>let _activityPubOptions = %s;</script>",
139+
"\n<script>var _activityPubOptions = %s;</script>",
140140
wp_json_encode( $data )
141141
);
142142
}

0 commit comments

Comments
 (0)