From d33514870abf7d38e33d94fdbae2ae985ac21764 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 9 Mar 2016 20:44:26 +0000 Subject: [PATCH] Add Automated Tests for custom logo support [36698] introduced custom logos, this tests the API. Fixes #36086. See #33755. Props obenland. Built from https://develop.svn.wordpress.org/trunk@36905 git-svn-id: http://core.svn.wordpress.org/trunk@36873 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 9aacb832bc..a41999d74a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta2-36904'; +$wp_version = '4.5-beta2-36905'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.