Update templates/settings.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
This commit is contained in:
parent
07260e24e5
commit
cd1ce20722
1 changed files with 6 additions and 7 deletions
|
@ -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' ),
|
||||
echo \wp_kses(
|
||||
\sprintf(
|
||||
'<a href="%s">',
|
||||
esc_url_raw( admin_url( 'options-discussion.php#disallowed_keys' ) )
|
||||
// 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>
|
||||
|
|
Loading…
Reference in a new issue