From e453dc610a78e6c021a58bf9761e9d293bcdabd6 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Mon, 6 Jun 2016 21:23:28 +0000 Subject: [PATCH] Tests: Move `wp_set_object_terms()` tests to their own file. This is a redo of [37642], this time not done in the not right place. See #37009. Built from https://develop.svn.wordpress.org/trunk@37644 git-svn-id: http://core.svn.wordpress.org/trunk@37610 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 8c952516a3..8918b49315 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37641'; +$wp_version = '4.6-alpha-37644'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.