[wpmu-trac] [WordPress MU Trac] #1084: post from mail

WordPress MU Trac wpmu-trac at lists.automattic.com
Fri Dec 11 19:00:19 UTC 2009


#1084: post from mail
----------------------------+-----------------------------------------------
 Reporter:  camaran         |        Owner:  donncha
     Type:  enhancement     |       Status:  new    
 Priority:  normal          |    Milestone:  2.8.2  
Component:  Administration  |      Version:  2.8.2  
 Severity:  normal          |   Resolution:         
 Keywords:                  |  
----------------------------+-----------------------------------------------
Changes (by camaran):

  * owner:  donncha => donncha
  * status:  reopened => new


Comment:

 same error in wp-includes/wpmu-functions.php the

         add_action( 'wp-mail.php', 'maybe_cancel_post_by_email' );

 is not correct, the correct is

         add_action( '../wp-mail.php', 'maybe_cancel_post_by_email' );

 i think

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/1084#comment:4>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list