Changeset 29158
- Timestamp:
- 07/14/2014 12:39:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-section.php
r29135 r29158 219 219 * 220 220 * @since 4.0.0 221 * @access public 221 222 * 222 223 * @param WP_Customize_Manager $manager Customizer bootstrap instance. 223 224 * @param string $id An specific ID of the section. 224 * @param array $args Section arguments.225 * @param array $args Optional. Section arguments. Default empty array. 225 226 */ 226 227 public function __construct( $manager, $id, $args = array() ) { … … 236 237 * 237 238 * @since 4.0.0 239 * @access protected 238 240 */ 239 241 protected function render() {
Note: See TracChangeset
for help on using the changeset viewer.