Changeset 9308 for trunk/src/bp-settings/bp-settings-actions.php
- Timestamp:
- 01/07/2015 10:03:19 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-settings/bp-settings-actions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/bp-settings-actions.php
r9215 r9308 13 13 14 14 /** 15 * Handles the changing and saving of user email address os and passwords15 * Handles the changing and saving of user email addresses and passwords 16 16 * 17 17 * We do quite a bit of logic and error handling here to make sure that users 18 18 * do not accidentally lock themselves out of their accounts. We also try to 19 19 * provide as accurate of feedback as possible without exposing anyone else's 20 * infor ation to them.20 * information to them. 21 21 * 22 22 * Special considerations are made for super admins that are able to edit any … … 309 309 310 310 /** 311 * Fires after the notificat on settings have been saved, and before redirect.311 * Fires after the notification settings have been saved, and before redirect. 312 312 * 313 313 * @since BuddyPress (1.5.0) … … 428 428 if ( bp_core_delete_account( bp_displayed_user_id() ) ) { 429 429 430 // Add feedback a ter deleting a user430 // Add feedback after deleting a user 431 431 bp_core_add_message( sprintf( __( '%s was successfully deleted.', 'buddypress' ), $username ), 'success' ); 432 432
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)