Changeset 6101

Show
Ignore:
Timestamp:
09/13/07 04:10:36 (1 year ago)
Author:
markjaquith
Message:

Don't set comment_author_email for pings in MT import. fixes #4461

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/import/mt.php

    r6026 r6101  
    367367                    $comment->comment_author_email = $email; 
    368368                else 
    369                     $ping->comment_author_email = $email
     369                    $ping->comment_author_email = ''
    370370            } else if ( 0 === strpos($line, "IP:") ) { 
    371371                $ip = trim( substr($line, strlen("IP:")) );