From b1c2305aa1630723ded27408a63611ac178fa73e Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Thu, 28 May 2015 16:06:27 +0000 Subject: [PATCH] Improve tests for `is_email_address_unsafe()`. * Move to a separate file for better organization and method names. * Use a `dataProvider` when appropriate, for better readability. * Add a test for splitting the banned domain list on line breaks. See #20459, #21730. Built from https://develop.svn.wordpress.org/trunk@32638 git-svn-id: http://core.svn.wordpress.org/trunk@32608 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 9e147f095a..947300be67 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32637'; +$wp_version = '4.3-alpha-32638'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.