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-nav-menu-item-control.php

    r47350 r47363  
    4242     * @param WP_Customize_Manager $manager Customizer bootstrap instance.
    4343     * @param string               $id      The control ID.
    44      * @param array                $args    Optional. Overrides class property defaults.
     44     * @param array                $args    Optional. Arguments to override class property defaults.
     45     *                                      See WP_Customize_Control::__construct() for information
     46     *                                      on accepted arguments.
    4547     */
    4648    public function __construct( $manager, $id, $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.