Changeset 984 for trunk/wp-comments.php
- Timestamp:
- 03/21/2004 08:31:33 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments.php
r945 r984 72 72 </p> 73 73 74 <?php75 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’s no need to resubmit your comment.79 </p>80 <?php81 } // comment_moderation != 'none'82 ?>83 84 74 <p> 85 75 <input name="submit" type="submit" tabindex="5" value="Say it!" />
Note: See TracChangeset
for help on using the changeset viewer.