Docs: Add docblocks for WP_Customize_Header_Image_Control member variables.
Props subrataemfluence. Fixes #44410. Built from https://develop.svn.wordpress.org/trunk@44600 git-svn-id: http://core.svn.wordpress.org/trunk@44431 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -15,8 +15,28 @@
|
||||
* @see WP_Customize_Image_Control
|
||||
*/
|
||||
class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control {
|
||||
/**
|
||||
* Customize control type.
|
||||
*
|
||||
* @since 4.2.0
|
||||
* @var string
|
||||
*/
|
||||
public $type = 'header';
|
||||
|
||||
/**
|
||||
* Uploaded header images.
|
||||
*
|
||||
* @since 3.9.0
|
||||
* @var string
|
||||
*/
|
||||
public $uploaded_headers;
|
||||
|
||||
/**
|
||||
* Default header images.
|
||||
*
|
||||
* @since 3.9.0
|
||||
* @var string
|
||||
*/
|
||||
public $default_headers;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user