Changeset 1012 for trunk/wp-includes/functions.php
- Timestamp:
- 03/25/2004 08:18:20 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1011 r1012 1568 1568 1569 1569 function check_comment($author, $email, $url, $comment, $user_ip) { 1570 if (1 == get_settings('comment_moderation')) return false; 1570 1571 $words = explode("\n", get_settings('moderation_keys') ); 1571 1572 foreach ($words as $word) {
Note: See TracChangeset
for help on using the changeset viewer.