Skip to:
Content

BuddyPress.org

Changeset 6183


Ignore:
Timestamp:
07/16/2012 09:35:35 PM (14 years ago)
Author:
boonebgorges
Message:

Comments and whitespace cleanup

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-options.php

    r6145 r6183  
    413413
    414414/**
    415  * Are members able to delete their own accounts
     415 * Are members able to delete their own accounts?
    416416 *
    417417 * @since BuddyPress (1.6)
     
    427427
    428428/**
    429  * Are blog and forum activity stream comments disabled
     429 * Are blog and forum activity stream comments disabled?
    430430 *
    431431 * @since BuddyPress (1.6)
  • trunk/bp-settings/bp-settings-actions.php

    r6093 r6183  
    1414/**
    1515 * Handles the changing and saving of user email addressos and passwords
    16  * 
     16 *
    1717 * We do quite a bit of logic and error handling here to make sure that users
    1818 * do not accidentally lock themselves out of their accounts. We also try to
    1919 * provide as accurate of feedback as possible without exposing anyone else's
    2020 * inforation to them.
    21  * 
     21 *
    2222 * Special considerations are made for super admins that are able to edit any
    2323 * users accounts already, without knowing their existing password.
     
    257257
    258258        do_action( 'bp_core_notification_settings_after_save' );
    259        
     259
    260260        bp_core_redirect( bp_displayed_user_domain() . bp_get_settings_slug() . '/notifications/' );
    261261    }
Note: See TracChangeset for help on using the changeset viewer.