From 61679499b1f8f53f514841d6077ea8ed6b0bbea6 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Thu, 17 Dec 2015 16:56:26 +0000 Subject: [PATCH] More focused test for post_type in tag cloud links. We should not be testing the entire tag cloud markup, as it leads to collateral damage wheneven `wp_generate_tag_cloud()` is touched. See [35984]. See #25566, #35138. Built from https://develop.svn.wordpress.org/trunk@35987 git-svn-id: http://core.svn.wordpress.org/trunk@35952 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 1df6f4cbdb..5f84f2cc10 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35986'; +$wp_version = '4.5-alpha-35987'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.