From 2058532f437506437e8117f916279f6c09d6d914 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 25 Feb 2015 08:13:26 +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. Built from https://develop.svn.wordpress.org/trunk@31542 git-svn-id: http://core.svn.wordpress.org/trunk@31523 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-section.php | 23 +++++++++++++--------- wp-includes/version.php | 2 +- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/wp-includes/class-wp-customize-section.php b/wp-includes/class-wp-customize-section.php index 9815bfc1a1..b824173bdb 100644 --- a/wp-includes/class-wp-customize-section.php +++ b/wp-includes/class-wp-customize-section.php @@ -1,13 +1,21 @@