From 303d01869cc94f4bf5f884592dac6a3576d0b041 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 1 Nov 2014 23:18:23 +0000 Subject: [PATCH] Declare the `$uploaded_headers` and `$default_headers` properties for `WP_Customize_Header_Image_Control`. See #30224. Built from https://develop.svn.wordpress.org/trunk@30172 git-svn-id: http://core.svn.wordpress.org/trunk@30172 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-control.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index dcebb0f8a2..2130f0c0de 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/wp-includes/class-wp-customize-control.php @@ -915,6 +915,8 @@ class WP_Customize_Background_Image_Control extends WP_Customize_Image_Control { class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control { public $type = 'header'; + public $uploaded_headers; + public $default_headers; public function __construct( $manager ) { parent::__construct( $manager, 'header_image', array( diff --git a/wp-includes/version.php b/wp-includes/version.php index 4c35095a88..e268715eb6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30171'; +$wp_version = '4.1-alpha-30172'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.