Changes between Version 1 and Version 2 of Ticket #44191, comment 2
- Timestamp:
- 05/23/2018 09:00:59 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44191, comment 2
v1 v2 9 9 10 10 Even though `'.'` is no special per atom, it is special in the `word *("." word)` rule, as at least one atom is expected as a word. So according to the specs `foo.bar.@gmail.com` is incorrect, but `foo.bar..@gmail.com` might be correct. 11 12 Would have never noticed, unless a client triggered this error and that resulted certain functions to fail. Guess that all Wordpress versions are affected, not just 4.7.