Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2015 10:03:19 PM (12 years ago)
Author:
r-a-y
Message:

Fix all the typos.

Props slaFFik.

See #6092.

File:
1 edited

Legend:

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

    r9215 r9308  
    1313
    1414/**
    15  * Handles the changing and saving of user email addressos 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
    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
    20  * inforation to them.
     20 * information to them.
    2121 *
    2222 * Special considerations are made for super admins that are able to edit any
     
    309309
    310310        /**
    311          * Fires after the notificaton settings have been saved, and before redirect.
     311         * Fires after the notification settings have been saved, and before redirect.
    312312         *
    313313         * @since BuddyPress (1.5.0)
     
    428428        if ( bp_core_delete_account( bp_displayed_user_id() ) ) {
    429429
    430                 // Add feedback ater deleting a user
     430                // Add feedback after deleting a user
    431431                bp_core_add_message( sprintf( __( '%s was successfully deleted.', 'buddypress' ), $username ), 'success' );
    432432
Note: See TracChangeset for help on using the changeset viewer.