From addb8fe4927522ab1bb65ed93d3d4755ed0ecba2 Mon Sep 17 00:00:00 2001
From: Scott Taylor
Date: Tue, 29 Sep 2015 21:40:24 +0000
Subject: [PATCH] Customizer: make "Current header" clickable in the same way
that "Background Image" is - will open the media modal.
Props umesh.nevase.
Fixes #33586.
Built from https://develop.svn.wordpress.org/trunk@34702
git-svn-id: http://core.svn.wordpress.org/trunk@34666 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
wp-includes/class-wp-customize-control.php | 12 +++++++-----
wp-includes/version.php | 2 +-
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php
index b6ffa1a84c..89135e1c46 100644
--- a/wp-includes/class-wp-customize-control.php
+++ b/wp-includes/class-wp-customize-control.php
@@ -1299,16 +1299,18 @@ class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control {
?>
-
-
-
+
-
+
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 64a3a00355..09bc85602a 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.4-alpha-34701';
+$wp_version = '4.4-alpha-34702';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.