Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #3443, comment 9


Ignore:
Timestamp:
08/07/2011 03:57:37 PM (12 years ago)
Author:
cnorris23
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3443, comment 9

    v1 v2  
    11You'll need to add two extra lines to prevent the other email from being sent.
    22
    3 {{{remove_filter( 'wpmu_signup_blog_notification', 'bp_core_activation_signup_blog_notification', 1, 7 );
    4 add_filter( 'wpmu_signup_blog_notification', '__return_false' );}}}
     3{{{
     4remove_filter( 'wpmu_signup_blog_notification', 'bp_core_activation_signup_blog_notification', 1, 7 );
     5add_filter( 'wpmu_signup_blog_notification', '__return_false' );
     6}}}
    57
    68