Changeset 2891
- Timestamp:
- 09/19/2005 02:17:41 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r2885 r2891 725 725 if( $comment->approved == 1 ) { 726 726 foreach( $this->spam_words as $word ) { 727 if ( empty( $word) )727 if ( empty( trim($word) ) ) 728 728 continue; 729 729 $fulltext = strtolower($comment->email.' '.$comment->url.' '.$comment->ip.' '.$comment->text);
Note: See TracChangeset
for help on using the changeset viewer.