Changes between Initial Version and Version 3 of Ticket #52976
- Timestamp:
- 04/06/2021 03:38:11 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52976
-
Property
Version
changed from
5.7
to4.3
-
Property
Component
changed from
General
toUsers
-
Property
Version
changed from
-
Ticket #52976 – Description
initial v3 1 In user.php for wordpress 5.7: [https://core.trac.wordpress.org/browser/tags/5.7/src/wp-includes/user.php]email update comparisons are case sensitive. Is there a specific reason for this? Because emails are case insensitive. Here is the line that does that:1 In [https://core.trac.wordpress.org/browser/tags/5.7/src/wp-includes/user.php#L2188 user.php] for WordPress 5.7, email update comparisons are case sensitive. Is there a specific reason for this? Because emails are case insensitive. Here is the line that does that: 2 2 {{{ 3 3 #!php