Ticket #38708: 38708.diff
File 38708.diff, 446 bytes (added by , 8 years ago) |
---|
-
wp-includes/formatting.php
2865 2865 _deprecated_argument( __FUNCTION__, '3.0.0' ); 2866 2866 2867 2867 // Test for the minimum length the email can be 2868 if ( strlen( $email ) < 3) {2868 if ( strlen( $email ) < 6 ) { 2869 2869 /** 2870 2870 * Filters whether an email address is valid. 2871 2871 *