[wpmu-trac] [WordPress MU Trac] #513: New Blog Registration emails do not show up.

WordPress MU Trac wpmu-trac at lists.automattic.com
Thu Nov 29 16:05:37 GMT 2007


#513: New Blog Registration emails do not show up.
------------------------+---------------------------------------------------
 Reporter:  oyvinds     |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  low         |   Milestone:  WPMU 2.0
Component:  component1  |     Version:  2.0     
 Severity:  minor       |    Keywords:          
------------------------+---------------------------------------------------
 add_action( "wpmu_new_blog", "newblog_notify_siteadmin", 10, 2 );

 should be

 add_action( "wpmu_new_blog", "newblog_notify_siteadmin", $blog_id,
 $user_id );

 and in wpmu_create_blog function, not under

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/513>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list