Changeset 4118 for trunk/bp-activity/bp-activity-notifications.php
- Timestamp:
- 03/11/2011 09:00:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-notifications.php
r3917 r4118 13 13 14 14 /* Scan for @username strings in an activity update. Notify each user. */ 15 $pattern = '/[@]+([A-Za-z0-9-_\. ]+)/';15 $pattern = '/[@]+([A-Za-z0-9-_\.@]+)/'; 16 16 preg_match_all( $pattern, $content, $usernames ); 17 17
Note: See TracChangeset
for help on using the changeset viewer.