<?php
printf( /* translators: %s: Number of links. */
__( 'Hold a comment in the queue if it contains %s or more links. (A common characteristic of comment spam is a large number of hyperlinks.)'
),
'<input name="comment_max_links" type="number" step="1" min="0" id="comment_max_links" value="' .
esc_attr( get_option( 'comment_max_links'
) ) . '" class="small-text" />'
);
?>
</label></p>
<p><label for="moderation_keys"><?php
_e( 'When a comment contains any of these words in its content, author name, URL, email, IP address, or browser’s user agent string, it will be held in the <a href="edit-comments.php?comment_status=moderated">moderation queue</a>. One word or IP address per line. It will match inside words, so “press” will match “WordPress”.'
); ?></label></p>
<p>
<textarea name="moderation_keys" rows="10" cols="50" id="moderation_keys" class="large-text code"><?php
echo esc_textarea( get_option( 'moderation_keys'
) ); ?></textarea>
</p>
</fieldset></td>
</tr>
<tr>
<th scope="row"><?php
_e( 'Disallowed Comment Keys'
); ?></th>
<td><fieldset><legend class="screen-reader-text"><span>
<?php
/* translators: Hidden accessibility text. */
_e( 'Disallowed Comment Keys'
);
?>
</span></legend>
<p><label for="disallowed_keys">