<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>
<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>
<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="edit-comments.php?comment_status=moderated">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>
<p><?php_e('By default WordPress uses <a href="http://gravatar.com/">Gravatars</a> — short for Globally Recognized Avatars — for the pictures that show up next to comments. Plugins may override this.');?></p>
<?php// the above would be a good place to link to codex documentation on the gravatar functions, for putting it in themes. anything like that? ?>
<tableclass="form-table">
<trvalign="top">
<thscope="row"><?php_e('Avatar display')?></th>
<td>
<?php
$yesorno=array(0=>__("Don’t show Avatars"),1=>__('Show Avatars'));
$ratings=array('G'=>__('G — Suitable for all audiences'),'PG'=>__('PG — Possibly offensive, usually for audiences 13 and above'),'R'=>__('R — Intended for adult audiences above 17'),'X'=>__('X — Even more mature than above'));