From f8c7aa620888130bc55695a46ebe2178e389c6bc Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Mon, 27 Feb 2017 17:51:45 +0000 Subject: [PATCH] Media: Skip PDF preview tests when image editor doens't support. Following [40130] tests fail on environments that don't support PDF previews because the expected meta data doesn't get written. See #39875. Built from https://develop.svn.wordpress.org/trunk@40131 git-svn-id: http://core.svn.wordpress.org/trunk@40068 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 2f2ee9bb26..3a41b3baf1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40130'; +$wp_version = '4.8-alpha-40131'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.