From cd1ce20722679db124cdf206219ce264a23126e0 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 5 Dec 2022 18:09:10 +0100 Subject: [PATCH] Update templates/settings.php Co-authored-by: Alex Kirk --- templates/settings.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/templates/settings.php b/templates/settings.php index aa5f696..b70ee13 100644 --- a/templates/settings.php +++ b/templates/settings.php @@ -161,14 +161,13 @@

', - esc_url_raw( admin_url( 'options-discussion.php#disallowed_keys' ) ) + echo \wp_kses( + \sprintf( + // translators: %s is a URL. + \__( 'To block servers, add the host of the server to the "Disallowed Comment Keys" list.', 'activitypub' ), + \esc_attr( \admin_url( 'options-discussion.php#disallowed_keys' ) ) ), - '' + 'default' ); ?>