Make WordPress Core

Changeset 33217


Ignore:
Timestamp:
07/13/2015 08:31:50 PM (10 years ago)
Author:
DrewAPicture
Message:

Fix parameter descriptions for two methods added to WP_Customize_Manager in 4.3.

See [32658]. See #32891.

File:
1 edited

Legend:

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

    r33154 r33217  
    10101010     * @access public
    10111011     *
    1012      * @param string $panel Name of a custom panel which is a subclass of
    1013      *                        {@see WP_Customize_Panel}.
     1012     * @see WP_Customize_Panel
     1013     *
     1014     * @param string $panel Name of a custom panel which is a subclass of WP_Customize_Panel.
    10141015     */
    10151016    public function register_panel_type( $panel ) {
     
    10791080     * @access public
    10801081     *
    1081      * @param string $section Name of a custom section which is a subclass of
    1082      *                        {@see WP_Customize_Section}.
     1082     * @see WP_Customize_Section
     1083     *
     1084     * @param string $section Name of a custom section which is a subclass of WP_Customize_Section.
    10831085     */
    10841086    public function register_section_type( $section ) {
Note: See TracChangeset for help on using the changeset viewer.