From 0c84f28fb49bf8aa87aec55ba3b20041b3148b71 Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Wed, 1 Aug 2012 07:01:08 +0000 Subject: [PATCH] Add @since documentation, see #21355. git-svn-id: https://develop.svn.wordpress.org/trunk@21385 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/class-wp-customize-control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index f9a5cc5dd0..7087a153ed 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/wp-includes/class-wp-customize-control.php @@ -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;