Skip to:
Content

BuddyPress.org


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

Comments and whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.