From 50b32fc6eb9a444af041212b560eb1cd850c0d42 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Sun, 12 Jul 2015 20:13:24 +0000 Subject: [PATCH] Add Unit Tests for get_objects_in_term() Props rodrigosprimo. Fixes #32946. Built from https://develop.svn.wordpress.org/trunk@33182 git-svn-id: http://core.svn.wordpress.org/trunk@33154 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 d8c9e8ff42..2bdb65659a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33181'; +$wp_version = '4.3-beta2-33182'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.