Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/04/2015 10:19:15 PM (9 years ago)
Author:
tw2113
Message:

Docs cleanup for Settings component.

See #6405.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-settings/bp-settings-actions.php

    r9819 r9994  
    1313
    1414/**
    15  * Handles the changing and saving of user email addresses and passwords
     15 * Handles the changing and saving of user email addresses and passwords.
    1616 *
    1717 * We do quite a bit of logic and error handling here to make sure that users
     
    281281
    282282/**
    283  * Handles the changing and saving of user notification settings
     283 * Handles the changing and saving of user notification settings.
    284284 */
    285285function bp_settings_action_notifications() {
     
    402402
    403403/**
    404  * Handles the deleting of a user
     404 * Handles the deleting of a user.
    405405 */
    406406function bp_settings_action_delete_account() {
Note: See TracChangeset for help on using the changeset viewer.