From 25d8acfdfd4e45dbf47996568dc6c7b708902c8c Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Thu, 16 Apr 2015 23:59:28 +0000 Subject: [PATCH] During PHPUnit tests, don't autodetect permalink structure during WP installation. The unit tests expect non-pretty permalinks, so there's no benefit to detecting the ability to have pretty permalinks. Moreover, the `wp_remote_get()` call can cause installation to hang when there are DNS issues. Fixes #31994. Built from https://develop.svn.wordpress.org/trunk@32139 git-svn-id: http://core.svn.wordpress.org/trunk@32119 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 a8e444409e..60085bbc68 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-RC1-32138'; +$wp_version = '4.2-RC1-32139'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.