From 649d554294c605c52cb577ab755c4b76894aa738 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 15 Jan 2017 06:50:43 +0000 Subject: [PATCH] Themes: Add a unit test for `get_theme_feature_list()` to make sure that the list of theme features pulled from the WordPress.org API returns the expected data structure. Props iandunn. Fixes #28121. Built from https://develop.svn.wordpress.org/trunk@39906 git-svn-id: http://core.svn.wordpress.org/trunk@39843 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 96411b47ed..47fc7492be 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39905'; +$wp_version = '4.8-alpha-39906'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.