Make WordPress Core

Changeset 6101


Ignore:
Timestamp:
09/13/2007 04:10:36 AM (17 years ago)
Author:
markjaquith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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:")) );
Note: See TracChangeset for help on using the changeset viewer.