Make WordPress Core

Changeset 30606

Timestamp:
11/28/2014 10:51:41 AM (10 years ago)
Author:
DrewAPicture
Message:

4.1 Docs Audit: Improve inline documentation for various properties and methods in the WP_Customize_Manager class.

See #30469.

File:
1 edited

Legend:

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

    r30329 r30606  
    5858     *
    5959     * @since 4.1.0
     60
     61
    6062     */
    6163    protected $registered_control_types = array();
     
    843845     * Register a customize control type.
    844846     *
    845      * Registered types are eligible to be rendered
    846      * via JS and created dynamically.
     847     * Registered types are eligible to be rendered via JS and created dynamically.
    847848     *
    848849     * @since 4.1.0
    849      *
    850      * @param string $control Name of a custom control which is a subclass of {@see WP_Customize_Control}.
     850     * @access public
     851     *
     852     * @param string $control Name of a custom control which is a subclass of
     853     *                        {@see WP_Customize_Control}.
    851854     */
    852855    public function register_control_type( $control ) {
     
    858861     *
    859862     * @since 4.1.0
     863
    860864     */
    861865    public function render_control_templates() {
Note: See TracChangeset for help on using the changeset viewer.