From ab1c4329b6f0b1bbf2c628fe5c54f754b7e6baec Mon Sep 17 00:00:00 2001 From: Ella Iseulde Van Dorpe <*@iseulde.com> Date: Sun, 7 Jun 2015 22:16:24 +0000 Subject: [PATCH] TinyMCE: wptextpattern: make tests ~2x faster * Reuse the same instance for all tests in the module. * Run without CSS (skin). * Less typing. See #31441. Built from https://develop.svn.wordpress.org/trunk@32706 git-svn-id: http://core.svn.wordpress.org/trunk@32676 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 189c5e2d75..a85cb5def5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32705'; +$wp_version = '4.3-alpha-32706'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.