Make WordPress Core


Ignore:
Timestamp:
02/25/2020 04:19:08 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add a reference to WP_Customize_Control::__construct() for information on accepted arguments to override class property defaults in child classes.

Props marcio-zebedeu, marekdedic.
Fixes #48348.

File:
1 edited

Legend:

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

    r42975 r47363  
    4747     * @param string               $id      Control ID.
    4848     * @param array                $args    Optional. Arguments to override class property defaults.
     49     *                                      See WP_Customize_Control::__construct() for information
     50     *                                      on accepted arguments.
    4951     */
    5052    public function __construct( $manager, $id, $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.