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>
|
<td>
|
||||||
<p class="description">
|
<p class="description">
|
||||||
<?php
|
<?php
|
||||||
\printf(
|
echo \wp_kses(
|
||||||
// translators:
|
|
||||||
\esc_html__( 'To block servers, add the host of the server to the "%1$sDisallowed Comment Keys%2$s" list.', 'activitypub' ),
|
|
||||||
\sprintf(
|
\sprintf(
|
||||||
'<a href="%s">',
|
// translators: %s is a URL.
|
||||||
esc_url_raw( admin_url( 'options-discussion.php#disallowed_keys' ) )
|
\__( '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>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue