Make WordPress Core

Ticket #34097: formatting.diff

File formatting.diff, 610 bytes (added by chris@…, 10 years ago)
  • wp-includes/formatting.php

     
    24042404                 *
    24052405                 * @param bool   $is_email Whether the email address has passed the is_email() checks. Default false.
    24062406                 * @param string $email    The email address being checked.
    2407                  * @param string $message  An explanatory message to the user.
    24082407                 * @param string $context  Context under which the email was tested.
    24092408                 */
    24102409                return apply_filters( 'is_email', false, $email, 'email_too_short' );