Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/25/2015 01:35:15 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Users: Introduce bbp_notice_edit_user_email_change() to notify user of a pending email address change to their account. See #2780.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/actions.php

    r5637 r5661  
    154154// Profile Page Messages
    155155add_action( 'bbp_template_notices', 'bbp_notice_edit_user_success'           );
     156add_action( 'bbp_template_notices', 'bbp_notice_edit_user_pending_email'     );
    156157add_action( 'bbp_template_notices', 'bbp_notice_edit_user_is_super_admin', 2 );
    157158
Note: See TracChangeset for help on using the changeset viewer.