Changeset 956 for trunk/wp-comments-post.php
- Timestamp:
- 03/01/2004 06:13:32 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r914 r956 40 40 die('Sorry, comments are closed for this item.'); 41 41 42 if ( $require_name_email&& ($email == '' || $author == '')) { //original fix by Dodo, and then Drinyth42 if (get_settings('require_name_email') && ($email == '' || $author == '')) { //original fix by Dodo, and then Drinyth 43 43 die('Error: please fill the required fields (name, email).'); 44 44 } … … 102 102 } 103 103 104 if (( $comments_notify) && ($approved)) {104 if ((get_settings('comments_notify')) && ($approved)) { 105 105 wp_notify_postauthor($comment_ID, 'comment'); 106 106 }
Note: See TracChangeset
for help on using the changeset viewer.