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/customize/class-wp-customize-custom-css-setting.php

    r46586 r47383  
    5858     * @throws Exception If the setting ID does not match the pattern `custom_css[$stylesheet]`.
    5959     *
    60      * @param WP_Customize_Manager $manager The Customize Manager class.
    61      * @param string               $id      An specific ID of the setting. Can be a
    62      *                                      theme mod or option name.
     60     * @param WP_Customize_Manager $manager Customizer bootstrap instance.
     61     * @param string               $id      A specific ID of the setting.
     62     *                                      Can be a theme mod or option name.
    6363     * @param array                $args    Setting arguments.
    6464     */
Note: See TracChangeset for help on using the changeset viewer.