Forgot label, formatting.
git-svn-id: http://svn.automattic.com/wordpress/trunk@970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
75c8c3a72e
commit
a1c7db8a54
|
@ -108,8 +108,9 @@ if ($user_level <= 3) {
|
|||
An administrator must approve the comment (regardless of any matches below) </label>
|
||||
</li>
|
||||
<li>
|
||||
<label>
|
||||
<input type="checkbox" name="require_name_email" value="1" <?php checked('1', get_settings('require_name_email')); ?> />
|
||||
User must fill out name and email
|
||||
User must fill out name and email </label>
|
||||
</li>
|
||||
</ul>
|
||||
<p>When a comment contains any of these words in its content, name, URI, or email, hold it in the moderation queue: (Seperate multiple words with new lines.)</p>
|
||||
|
|
Loading…
Reference in New Issue