Make WordPress Core

Changeset 984 for trunk/wp-comments.php


Ignore:
Timestamp:
03/21/2004 08:31:33 AM (21 years ago)
Author:
saxmatt
Message:

New comment moderation code, for trackbacks and comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments.php

    r945 r984  
    7272    </p>
    7373
    74 <?php
    75 if ('none' != get_settings("comment_moderation")) {
    76 ?>
    77     <p>
    78     <strong>Please note:</strong> Comment moderation is currently enabled so there may be a delay between when you post your comment and when it shows up. Patience is a virtue; there&#8217;s no need to resubmit your comment.
    79     </p>
    80 <?php
    81 } // comment_moderation != 'none'
    82 ?>
    83 
    8474    <p>
    8575      <input name="submit" type="submit" tabindex="5" value="Say it!" />
Note: See TracChangeset for help on using the changeset viewer.