Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #38003, comment 3


Ignore:
Timestamp:
09/09/2016 04:08:02 PM (9 years ago)
Author:
earnjam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38003, comment 3

    initial v1  
    55In 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.
    66
    7 The `[\w]` change also throws off the nice whitespace alignment on the array, but I didn't want to muddy up the commit with whitespace changes.
     7The `[\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.