Add @since documentation, see #21355.
git-svn-id: https://develop.svn.wordpress.org/trunk@21385 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1eebacb690
commit
0c84f28fb4
@ -697,12 +697,14 @@ class WP_Customize_Background_Image_Control extends WP_Customize_Image_Control {
|
||||
class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control {
|
||||
/**
|
||||
* The processed default headers.
|
||||
* @since 3.4.1
|
||||
* @var array
|
||||
*/
|
||||
protected $default_headers;
|
||||
|
||||
/**
|
||||
* The uploaded headers.
|
||||
* @since 3.4.1
|
||||
* @var array
|
||||
*/
|
||||
protected $uploaded_headers;
|
||||
|
Loading…
Reference in New Issue
Block a user