Make WordPress Core


Ignore:
Timestamp:
03/11/2004 08:51:50 AM (22 years ago)
Author:
saxmatt
Message:

More options improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-discussion.php

    r957 r969  
    4747  <li><a href="options-general.php">General</a></li>
    4848  <li><a href="options-writing.php">Writing</a></li>
     49  <li><a href="options-reading.php">Reading</a></li>
    4950  <li><a class="current">Discussion</a></li>
    5051  <?php
     
    6869  <form name="form1" method="post" action="options.php">
    6970    <input type="hidden" name="action" value="update" />
    70     <input type="hidden" name="page_options" value="'default_pingback_flag','default_ping_status','default_comment_status','use_smilies','comments_notify','moderation_notify','comment_moderation','moderation_keys'" />
     71    <input type="hidden" name="page_options" value="'default_pingback_flag','default_ping_status','default_comment_status','comments_notify','moderation_notify','comment_moderation','moderation_keys'" />
    7172    <p>Usual settings for an article: <em>(These settings may be overidden for individual articles.)</em></p>
    7273    <ul>
     
    8384      <li>
    8485        <label for="default_comment_status">
    85         <input name="default_comment_status" type="checkbox" id="default_comment_status" value="1" <?php checked('1', get_settings('default_comment_status')); ?> />
     86        <input name="default_comment_status" type="checkbox" id="default_comment_status" value="open" <?php checked('open', get_settings('default_comment_status')); ?> />
    8687        Allow people to post comments on the article</label>
    8788      </li>
     
    105106        <label for="comment_moderation">
    106107        <input name="comment_moderation" type="checkbox" id="comment_moderation" value="1" <?php checked('1', get_settings('comment_moderation')); ?> />
    107         An administrator must approve the comment (regardless of any matches below) </label> 
     108        An administrator must approve the comment (regardless of any matches below) </label>
    108109      </li>
     110      <li>
     111        <input type="checkbox" name="require_name_email" value="1" <?php checked('1', get_settings('require_name_email')); ?> />
     112        User must fill out name and email
     113</li>
    109114    </ul>
    110115    <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>
Note: See TracChangeset for help on using the changeset viewer.