Changeset 4628 for trunk/bp-activity/bp-activity-functions.php
- Timestamp:
- 07/09/2011 06:58:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-functions.php
r4621 r4628 70 70 if ( $usernames = bp_activity_find_mentions( strip_tags( $activity->content ) ) ) { 71 71 foreach( (array)$usernames as $username ) { 72 if ( defined( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE') )72 if ( bp_is_username_compatibility_mode() ) 73 73 $user_id = username_exists( $username ); 74 74 else
Note: See TracChangeset
for help on using the changeset viewer.