Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/09/2011 06:58:45 PM (14 years ago)
Author:
boonebgorges
Message:

Introduces wrapper function bp_is_username_compatibility_mode() and refactors to avoid direct constant checks throughout BP. See #3314

File:
1 edited

Legend:

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

    r4623 r4628  
    6767
    6868            } else {
    69                 if ( defined( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE' ) )
     69                if ( bp_is_username_compatibility_mode() )
    7070                    $recipient_id = bp_core_get_userid( $recipient );
    7171                else
Note: See TracChangeset for help on using the changeset viewer.