mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
7acb2c8eb1
commit
b808e1af70
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user