Make WordPress Core


Ignore:
Timestamp:
07/26/2012 09:45:33 PM (12 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-customize-section.php

    r20349 r21354  
    11<?php
    22/**
    3  * Customize Section Class
     3 * Customize Section Class.
    44 *
    55 * @package WordPress
     
    77 * @since 3.4.0
    88 */
    9 
    109class WP_Customize_Section {
    1110    public $manager;
     
    2322     * @since 3.4.0
    2423     *
     24     * @param WP_Customize_Manager $manager
    2525     * @param string $id An specific ID of the section.
    2626     * @param array $args Section arguments.
     
    7373    }
    7474
    75 
    7675    /**
    7776     * Render the section.
Note: See TracChangeset for help on using the changeset viewer.