From cd9515d3064f559ee952ab49e8c11d6d77931ac0 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 1 Dec 2015 20:45:28 +0000 Subject: [PATCH] Unit Tests: fix responsive image unit tests. Correct the logic in video shortcode unit test for width. Props joemcgill, wonderboymusic. Fixes #34790. Built from https://develop.svn.wordpress.org/trunk@35751 git-svn-id: http://core.svn.wordpress.org/trunk@35715 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 6589acebea..038651b4f9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-RC1-35750'; +$wp_version = '4.4-RC1-35751'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.