Changeset 6183
- Timestamp:
- 07/16/2012 09:35:35 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
bp-core/bp-core-options.php (modified) (2 diffs)
-
bp-settings/bp-settings-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-options.php
r6145 r6183 413 413 414 414 /** 415 * Are members able to delete their own accounts 415 * Are members able to delete their own accounts? 416 416 * 417 417 * @since BuddyPress (1.6) … … 427 427 428 428 /** 429 * Are blog and forum activity stream comments disabled 429 * Are blog and forum activity stream comments disabled? 430 430 * 431 431 * @since BuddyPress (1.6) -
trunk/bp-settings/bp-settings-actions.php
r6093 r6183 14 14 /** 15 15 * Handles the changing and saving of user email addressos 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 20 * inforation to them. 21 * 21 * 22 22 * Special considerations are made for super admins that are able to edit any 23 23 * users accounts already, without knowing their existing password. … … 257 257 258 258 do_action( 'bp_core_notification_settings_after_save' ); 259 259 260 260 bp_core_redirect( bp_displayed_user_domain() . bp_get_settings_slug() . '/notifications/' ); 261 261 }
Note: See TracChangeset
for help on using the changeset viewer.