Changeset 7228 for trunk/bp-settings/bp-settings-actions.php
- Timestamp:
- 06/19/2013 09:41:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-settings/bp-settings-actions.php
r6361 r7228 24 24 * 25 25 * @global BuddyPress $bp 26 * @return If no reason to proceed27 26 */ 28 27 function bp_settings_action_general() { … … 215 214 /** 216 215 * Handles the changing and saving of user notification settings 217 *218 * @return If no reason to proceed219 216 */ 220 217 function bp_settings_action_notifications() { … … 261 258 /** 262 259 * Handles the setting of user capabilities, spamming, hamming, role, etc... 263 *264 * @return If no reason to proceed265 260 */ 266 261 function bp_settings_action_capabilities() { … … 310 305 /** 311 306 * Handles the deleting of a user 312 *313 * @return If no reason to proceed314 307 */ 315 308 function bp_settings_action_delete_account() {
Note: See TracChangeset
for help on using the changeset viewer.