Add @since documentation, see #21355.

git-svn-id: http://core.svn.wordpress.org/trunk@21385 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2012-08-01 07:01:08 +00:00
parent 506492de67
commit eb7e421d69

View File

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