[wp-trac] Re: [WordPress Trac] #4461: MT Importer assigns e-mail addresses to pingbacks and trackbacks

WordPress Trac wp-trac at lists.automattic.com
Thu Jun 14 02:33:32 GMT 2007


#4461: MT Importer assigns e-mail addresses to pingbacks and trackbacks
-------------------------+--------------------------------------------------
 Reporter:  markjaquith  |        Owner:  anonymous  
     Type:  defect       |       Status:  new        
 Priority:  normal       |    Milestone:  2.3 (trunk)
Component:  General      |      Version:  2.2        
 Severity:  normal       |   Resolution:             
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by rob1n):

 Lines 366 through 369 of wp-admin/import/mt.php:

 {{{
 if ( 'comment' == $context )
         $comment->comment_author_email = $email;
 else
         $ping->comment_author_email = $email;
 }}}

 We can probably yank that second else statement and be done with it.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4461#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list