Changeset 21354 for trunk/wp-includes/class-wp-customize-section.php
- Timestamp:
- 07/26/2012 09:45:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize-section.php
r20349 r21354 1 1 <?php 2 2 /** 3 * Customize Section Class 3 * Customize Section Class. 4 4 * 5 5 * @package WordPress … … 7 7 * @since 3.4.0 8 8 */ 9 10 9 class WP_Customize_Section { 11 10 public $manager; … … 23 22 * @since 3.4.0 24 23 * 24 * @param WP_Customize_Manager $manager 25 25 * @param string $id An specific ID of the section. 26 26 * @param array $args Section arguments. … … 73 73 } 74 74 75 76 75 /** 77 76 * Render the section.
Note: See TracChangeset
for help on using the changeset viewer.