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' ); ?>