Ticket #4461: 4461-maybe.diff
| File 4461-maybe.diff, 523 bytes (added by rob1n, 6 years ago) |
|---|
-
wp-admin/import/mt.php
365 365 $email = trim( substr($line, strlen("EMAIL:")) ); 366 366 if ( 'comment' == $context ) 367 367 $comment->comment_author_email = $email; 368 else369 $ping->comment_author_email = $email;370 368 } else if ( 0 === strpos($line, "IP:") ) { 371 369 $ip = trim( substr($line, strlen("IP:")) ); 372 370 if ( 'comment' == $context )
