From 433138650793a9edbcd1559d4d8107ed65c00b0a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 25 Feb 2015 08:12:12 +0000 Subject: [PATCH] Add a missing file header and clean up class DocBlocks in wp-includes/class-wp-customize-section.php. * Adds a file header separate from the `WP_Customize_Section` class block * Fixes formatting for the `WP_Customize_Section`, `WP_Customize_Themes_Section`, and `WP_Customize_Sidebar_Section` class DocBlocks. See #31446. git-svn-id: https://develop.svn.wordpress.org/trunk@31542 602fd350-edb4-49c9-b593-d223f7449a82 --- .../class-wp-customize-section.php | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/wp-includes/class-wp-customize-section.php b/src/wp-includes/class-wp-customize-section.php index 9815bfc1a1..b824173bdb 100644 --- a/src/wp-includes/class-wp-customize-section.php +++ b/src/wp-includes/class-wp-customize-section.php @@ -1,13 +1,21 @@