Make WordPress Core


Ignore:
Timestamp:
02/26/2020 03:31:19 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use a consistent description for the $manager parameter in various Customizer class constructions.

See #48303.

File:
1 edited

Legend:

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

    r47198 r47383  
    154154     * @since 3.4.0
    155155     *
    156      * @param WP_Customize_Manager $manager
    157      * @param string               $id      An specific ID of the setting. Can be a
    158      *                                      theme mod or option name.
     156     * @param WP_Customize_Manager $manager Customizer bootstrap instance.
     157     * @param string               $id      A specific ID of the setting.
     158     *                                      Can be a theme mod or option name.
    159159     * @param array                $args    Setting arguments.
    160160     */
Note: See TracChangeset for help on using the changeset viewer.