We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11270b6 commit 1c28c42Copy full SHA for 1c28c42
.github/changelog/1595-from-description
@@ -0,0 +1,4 @@
1
+Significance: patch
2
+Type: fixed
3
+
4
+Reply links and popup modals are now properly translated for logged-out visitors.
includes/class-comment.php
@@ -495,6 +495,7 @@ public static function enqueue_scripts() {
495
true
496
);
497
\wp_add_inline_script( $handle, $js, 'before' );
498
+ \wp_set_script_translations( $handle, 'activitypub' );
499
500
\wp_enqueue_style(
501
$handle,
0 commit comments