Ticket #513 (closed defect: worksforme)

Opened 7 months ago

Last modified 7 months ago

New Blog Registration emails do not show up.

Reported by: oyvinds Assigned to: somebody
Priority: low Milestone: WPMU 2.0
Component: component1 Version: 2.0
Severity: minor Keywords:
Cc:

Description

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

Attachments

latest_wpmu_functions_mail_notify_fix.diff (177 bytes) - added by oyvinds on 11/29/07 16:05:45.

Change History

11/29/07 16:05:45 changed by oyvinds

  • attachment latest_wpmu_functions_mail_notify_fix.diff added.

12/04/07 16:08:26 changed by donncha

  • status changed from new to closed.
  • resolution set to worksforme.

That code is wrong I'm afraid. Check your site admin email. That's possibly why you don't get your emails.