Changeset 4118 for trunk/bp-activity/bp-activity-functions.php
- Timestamp:
- 03/11/2011 09:00:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-functions.php
r3985 r4118 20 20 */ 21 21 function bp_activity_find_mentions( $content ) { 22 $pattern = '/[@]+([A-Za-z0-9-_\. ]+)/';22 $pattern = '/[@]+([A-Za-z0-9-_\.@]+)/'; 23 23 preg_match_all( $pattern, $content, $usernames ); 24 24
Note: See TracChangeset
for help on using the changeset viewer.