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
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user