diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 9b075895f8..3dad658e52 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -2464,7 +2464,6 @@ function is_email( $email, $deprecated = false ) { * * @param bool $is_email Whether the email address has passed the is_email() checks. Default false. * @param string $email The email address being checked. - * @param string $message An explanatory message to the user. * @param string $context Context under which the email was tested. */ return apply_filters( 'is_email', false, $email, 'email_too_short' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 0eee2d9bdc..44a2387e41 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34769'; +$wp_version = '4.4-alpha-34770'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.