Changeset 5729 for trunk/bp-activity/bp-activity-filters.php
- Timestamp:
- 02/11/2012 09:32:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-filters.php
r5609 r5729 220 220 221 221 $usernames = bp_activity_find_mentions( $content ); 222 foreach( (array) $usernames as $username ) {222 foreach( (array) $usernames as $username ) { 223 223 if ( bp_is_username_compatibility_mode() ) 224 224 $user_id = username_exists( $username );
Note: See TracChangeset
for help on using the changeset viewer.