Changeset 1741
- Timestamp:
- 10/04/2004 10:19:43 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1737 r1741 1485 1485 $ok_to_comment = $wpdb->get_var("SELECT comment_approved FROM $wpdb->comments WHERE comment_author_email = '$email' and comment_approved = '1' "); 1486 1486 if ( 1 == $ok_to_comment && false === strpos( $email, get_settings('moderation_keys')) ) 1487 return true 1487 return true; 1488 1488 return false; 1489 1489 }
Note: See TracChangeset
for help on using the changeset viewer.