From 8ffc38ce7c96875713416cd01754dc7966abc7d0 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 25 Feb 2015 07:56:25 +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. Built from https://develop.svn.wordpress.org/trunk@31539 git-svn-id: http://core.svn.wordpress.org/trunk@31520 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-control.php | 60 ++++++++++++++-------- wp-includes/version.php | 2 +- 2 files changed, 39 insertions(+), 23 deletions(-) diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index 154c5c8107..4447bc248b 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/wp-includes/class-wp-customize-control.php @@ -1,11 +1,17 @@ manager->widgets->is_widget_rendered( $this->widget_id ); } } - diff --git a/wp-includes/version.php b/wp-includes/version.php index 9d1a259169..dfbf1f55c8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31538'; +$wp_version = '4.2-alpha-31539'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.