Update templates/settings.php

Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
This commit is contained in:
Matthias Pfefferle 2022-12-05 18:09:10 +01:00 committed by GitHub
parent 07260e24e5
commit cd1ce20722
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,14 +161,13 @@
<td>
<p class="description">
<?php
\printf(
// translators:
\esc_html__( 'To block servers, add the host of the server to the "%1$sDisallowed Comment Keys%2$s" list.', 'activitypub' ),
\sprintf(
'<a href="%s">',
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 "<a href="%s">Disallowed Comment Keys</a>" list.', 'activitypub' ),
\esc_attr( \admin_url( 'options-discussion.php#disallowed_keys' ) )
),
'</a>'
'default'
);
?>
</p>