Changeset 9994 for trunk/src/bp-settings/bp-settings-actions.php
- Timestamp:
- 07/04/2015 10:19:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/bp-settings-actions.php
r9819 r9994 13 13 14 14 /** 15 * Handles the changing and saving of user email addresses and passwords 15 * 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 … … 281 281 282 282 /** 283 * Handles the changing and saving of user notification settings 283 * Handles the changing and saving of user notification settings. 284 284 */ 285 285 function bp_settings_action_notifications() { … … 402 402 403 403 /** 404 * Handles the deleting of a user 404 * Handles the deleting of a user. 405 405 */ 406 406 function bp_settings_action_delete_account() {
Note: See TracChangeset
for help on using the changeset viewer.