From 575c60ac394ba36955bf1532f431e6a9901d8031 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 25 Feb 2015 07:55:55 +0000 Subject: [PATCH] Add a missing file header and clean up class DocBlocks in wp-includes/class-wp-customize-control.php. * Adds a file header separate from the `WP_Customize_Control` class block * Fixes formatting for the `WP_Customize_Control`, `WP_Customize_Color_Control`, `WP_Customize_Upload_Control`, `WP_Customize_Image_Control`, `WP_Customize_Background_Image_Control`, `WP_Customize_Theme_Control`, `WP_Customize_New_Theme_Control`, `WP_Widget_Area_Customize_Control`, and `WP_Widget_Form_Customize_Control` class DocBlocks. * Adds a missing class DocBlock for `WP_Customize_Header_Image_Control` See #31446. git-svn-id: https://develop.svn.wordpress.org/trunk@31539 602fd350-edb4-49c9-b593-d223f7449a82 --- .../class-wp-customize-control.php | 60 ++++++++++++------- 1 file changed, 38 insertions(+), 22 deletions(-) diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php index 154c5c8107..4447bc248b 100644 --- a/src/wp-includes/class-wp-customize-control.php +++ b/src/wp-includes/class-wp-customize-control.php @@ -1,11 +1,17 @@ manager->widgets->is_widget_rendered( $this->widget_id ); } } -