From f1ff34e5479a162b3f8dafd1556920cbce669df8 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Thu, 28 May 2015 06:38:25 +0000 Subject: [PATCH] Use a dataProvider for network option sanitization tests. Cleans up tests for sanitization of `illegal_names`, `illegal_email_domains`, and `banned_email_domains` network options. Fixes #32517. Built from https://develop.svn.wordpress.org/trunk@32634 git-svn-id: http://core.svn.wordpress.org/trunk@32604 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 9bea30ab40..3628098da5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32633'; +$wp_version = '4.3-alpha-32634'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.