Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/09/2011 07:01:19 PM (13 years ago)
Author:
boonebgorges
Message:

One more bp_is_username_compatibility_mode() fix. See #3314

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-functions.php

    r4628 r4629  
    642642    // Don't alter the user_login of existing users, as it causes user_nicename problems.
    643643    // See http://trac.buddypress.org/ticket/2642
    644     if ( username_exists( $username ) && ( !defined( 'BP_ENABLE_USER_COMPATIBILITY_MODE' ) || !BP_ENABLE_USER_COMPATIBILITY_MODE ) )
     644    if ( username_exists( $username ) && ( !bp_is_username_compatibility_mode() ) )
    645645        return $username;
    646646
Note: See TracChangeset for help on using the changeset viewer.