From c6bbcdb256275c4cbc935ae4b63187830b05be1f Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 2 Oct 2015 07:03:25 +0000 Subject: [PATCH] Docs: Remove documentation for a phantom parameter not actually passed to the `is_email` filter. The documentation error was introduced in [26485]. Props chrisvendiadvertisingcom. Fixes #34097. Built from https://develop.svn.wordpress.org/trunk@34770 git-svn-id: http://core.svn.wordpress.org/trunk@34735 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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.