Changeset 4628 for trunk/bp-activity/bp-activity-notifications.php
- Timestamp:
- 07/09/2011 06:58:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-notifications.php
r4605 r4628 21 21 22 22 foreach( (array)$usernames as $username ) { 23 if ( defined( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE') )23 if ( bp_is_username_compatibility_mode() ) 24 24 $receiver_user_id = bp_core_get_userid( $username ); 25 25 else
Note: See TracChangeset
for help on using the changeset viewer.