mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Fix @since blocks... since we already released 3.4.1. see #21355.
git-svn-id: http://core.svn.wordpress.org/trunk@21386 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eb7e421d69
commit
29f2b5b903
@ -487,7 +487,7 @@ class WP_Customize_Image_Control extends WP_Customize_Upload_Control {
|
|||||||
*
|
*
|
||||||
* If no tabs exist, removes the control from the manager.
|
* If no tabs exist, removes the control from the manager.
|
||||||
*
|
*
|
||||||
* @since 3.4.1
|
* @since 3.4.2
|
||||||
*/
|
*/
|
||||||
public function prepare_control() {
|
public function prepare_control() {
|
||||||
if ( ! $this->tabs )
|
if ( ! $this->tabs )
|
||||||
@ -697,14 +697,14 @@ class WP_Customize_Background_Image_Control extends WP_Customize_Image_Control {
|
|||||||
class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control {
|
class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control {
|
||||||
/**
|
/**
|
||||||
* The processed default headers.
|
* The processed default headers.
|
||||||
* @since 3.4.1
|
* @since 3.4.2
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $default_headers;
|
protected $default_headers;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The uploaded headers.
|
* The uploaded headers.
|
||||||
* @since 3.4.1
|
* @since 3.4.2
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $uploaded_headers;
|
protected $uploaded_headers;
|
||||||
@ -746,7 +746,7 @@ class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control {
|
|||||||
*
|
*
|
||||||
* If no tabs exist, removes the control from the manager.
|
* If no tabs exist, removes the control from the manager.
|
||||||
*
|
*
|
||||||
* @since 3.4.1
|
* @since 3.4.2
|
||||||
*/
|
*/
|
||||||
public function prepare_control() {
|
public function prepare_control() {
|
||||||
global $custom_image_header;
|
global $custom_image_header;
|
||||||
|
Loading…
Reference in New Issue
Block a user