Ticket #34097: formatting.diff
| File formatting.diff, 610 bytes (added by , 10 years ago) |
|---|
-
wp-includes/formatting.php
2404 2404 * 2405 2405 * @param bool $is_email Whether the email address has passed the is_email() checks. Default false. 2406 2406 * @param string $email The email address being checked. 2407 * @param string $message An explanatory message to the user.2408 2407 * @param string $context Context under which the email was tested. 2409 2408 */ 2410 2409 return apply_filters( 'is_email', false, $email, 'email_too_short' );