IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 3278 | 3278 | * |
| 3279 | 3279 | * @since 2.8.0 |
| 3280 | 3280 | * |
| 3281 | | * @param bool $is_email Whether the email address has passed the is_email() checks. Default false. |
| 3282 | | * @param string $email The email address being checked. |
| 3283 | | * @param string $context Context under which the email was tested. |
| | 3281 | * @param bool|string $is_email Whether the email address has passed the is_email() checks or the email address to check. |
| | 3282 | * @param string $email The email address being checked. |
| | 3283 | * @param string $context Context under which the email was tested. |
| 3284 | 3284 | */ |
| 3285 | 3285 | return apply_filters( 'is_email', false, $email, 'email_too_short' ); |
| 3286 | 3286 | } |