Skip to:
Content

BuddyPress.org

Changeset 9793


Ignore:
Timestamp:
04/23/2015 08:29:10 PM (10 years ago)
Author:
djpaul
Message:

Settings: add missing break to switch statement in bp_settings_action_general

File:
1 edited

Legend:

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

    r9631 r9793  
    245245        case 'same' :
    246246            $feedback['pass_same']     = __( 'The new password must be different from the current password.', 'buddypress' );
     247            break;
    247248        case false :
    248249            // No change
Note: See TracChangeset for help on using the changeset viewer.