Changeset 984 for trunk/wp-trackback.php
- Timestamp:
- 03/21/2004 08:31:33 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-trackback.php
r957 r984 67 67 $moderation_notify = get_settings('moderation_notify'); 68 68 69 if ('manual' == $comment_moderation) { 69 if(check_comment($author, $email, $url, $comment, $user_ip)) { 70 $approved = 1; 71 } else { 70 72 $approved = 0; 71 } else if ('auto' == $comment_moderation) {72 $approved = 0;73 } else { // none74 $approved = 1;75 73 } 76 74
Note: See TracChangeset
for help on using the changeset viewer.