mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user