From b808e1af70ea30269add4e3e34ac5d6b2fb56027 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 1 Nov 2014 23:17:48 +0000 Subject: [PATCH] Declare the `$uploaded_headers` and `$default_headers` properties for `WP_Customize_Header_Image_Control`. See #30224. git-svn-id: https://develop.svn.wordpress.org/trunk@30172 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php index dcebb0f8a2..2130f0c0de 100644 --- a/src/wp-includes/class-wp-customize-control.php +++ b/src/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(