Changes between Initial Version and Version 1 of Ticket #38003, comment 3
- Timestamp:
- 09/09/2016 04:08:02 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38003, comment 3
initial v1 5 5 In that patch I also slightly modified the existing Twitter providers because they had a `.` matching any character in the username space, but Twitter usernames can only contain alphanumeric characters and underscores, so `[\w]` seems like a more specific match. If we'd rather keep the wildcard match, then I can make a new patch. 6 6 7 The `[\w]` change also throws off the nice whitespace alignment on the array, but I didn't want to muddy up the commitwith whitespace changes.7 The `[\w]` change also throws off the nice whitespace alignment on the array, but I didn't want to muddy up the diff with whitespace changes.