From 6a3e9b10c3136a3d6b91bb987a8abed4da3e7136 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 25 Feb 2015 08:17:25 +0000 Subject: [PATCH] Add a missing file header and clean up class DocBlocks in wp-includes/class-wp-customize-setting.php. * Adds a file header separate from the `WP_Customize_Setting` class block * Fixes formatting for the `WP_Customize_Setting`, `WP_Customize_Filter_Setting`, `WP_Customize_Header_Image_Setting`, and `WP_Customize_Background_Image_Setting` class DocBlocks. See #31446. git-svn-id: https://develop.svn.wordpress.org/trunk@31543 602fd350-edb4-49c9-b593-d223f7449a82 --- .../class-wp-customize-setting.php | 28 ++++++++++++------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/src/wp-includes/class-wp-customize-setting.php b/src/wp-includes/class-wp-customize-setting.php index 1634c63992..5618314728 100644 --- a/src/wp-includes/class-wp-customize-setting.php +++ b/src/wp-includes/class-wp-customize-setting.php @@ -1,13 +1,21 @@