Skip to:
Content

BuddyPress.org

Changeset 2901


Ignore:
Timestamp:
04/05/2010 12:58:37 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Fix wrong action name in bp_core_action_delete_user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core.php

    r2897 r2901  
    497497        }
    498498
    499         do_action( 'bp_core_action_set_spammer_status', $errors );
     499        do_action( 'bp_core_action_delete_user', $errors );
    500500
    501501        if ( $errors )
Note: See TracChangeset for help on using the changeset viewer.