<legend><?phpecho__('Usual settings for an article:').'<br /><small><em>('.__('These settings may be overridden for individual articles.').')</em></small>';?></legend>
<?php_e('An administrator must always approve the comment')?> </label>
</li>
<li><labelfor="require_name_email"><inputtype="checkbox"name="require_name_email"id="require_name_email"value="1"<?phpchecked('1',get_option('require_name_email'));?> /> <?php _e('Comment author must fill out name and e-mail') ?></label></li>
<li><labelfor="comment_whitelist"><inputtype="checkbox"name="comment_whitelist"id="comment_whitelist"value="1"<?phpchecked('1',get_option('comment_whitelist'));?> /> <?php _e('Comment author must have a previously approved comment') ?></label></li>
<p><?phpprintf(__('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="text" id="comment_max_links" size="3" value="'.get_option('comment_max_links').'" />')?></p>
<p><?php_e('When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be held in the <a href="moderation.php">moderation queue</a>. One word or IP per line. It will match inside words, so "press" will match "WordPress".')?></p>
<p><?php_e('When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be marked as spam. One word or IP per line. It will match inside words, so "press" will match "WordPress".')?></p>