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
This commit is contained in:
Scott Taylor 2014-11-01 23:17:48 +00:00
parent 7acb2c8eb1
commit b808e1af70

View File

@ -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(