phpdoc for Customizer classes and methods. Props bananastalktome. see #21303

git-svn-id: https://develop.svn.wordpress.org/trunk@21354 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2012-07-26 21:45:33 +00:00
parent 26b9de056c
commit 0b39b920c1
4 changed files with 345 additions and 39 deletions
+2 -3
View File
@@ -1,12 +1,11 @@
<?php
/**
* Customize Section Class
* Customize Section Class.
*
* @package WordPress
* @subpackage Customize
* @since 3.4.0
*/
class WP_Customize_Section {
public $manager;
public $id;
@@ -22,6 +21,7 @@ class WP_Customize_Section {
*
* @since 3.4.0
*
* @param WP_Customize_Manager $manager
* @param string $id An specific ID of the section.
* @param array $args Section arguments.
*/
@@ -72,7 +72,6 @@ class WP_Customize_Section {
$this->render();
}
/**
* Render the section.
*