Changeset 690
- Timestamp:
- 01/02/04 22:39:18 (5 years ago)
- Files:
-
- trunk/wp-admin/import-mt.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/import-mt.php
r688 r690 224 224 225 225 $comment_content = addslashes(trim($comment)); 226 $comment_content = str_replace('-----', '', $comment_content); 226 227 227 228 // Check if it's already there
