Changeset 2891
- Timestamp:
- 09/19/05 02:17:41 (3 years ago)
- Files:
-
- trunk/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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);
