Make WordPress Core

Ticket #33898: class-wp-customize-manager.php.diff

File class-wp-customize-manager.php.diff, 745 bytes (added by westonruter, 10 years ago)

PhpDoc fixes (though I don't see any missing return tags)

  • src/wp-includes/class-wp-customize-manager.php

    diff --git src/wp-includes/class-wp-customize-manager.php src/wp-includes/class-wp-customize-manager.php
    index 00c54c7..6a55f72 100644
    final class WP_Customize_Manager { 
    14131413        /**
    14141414         * Set the autofocused constructs.
    14151415         *
     1416         * @since 4.4.0
     1417         * @access public
     1418         *
    14161419         * @param array $autofocus {
    14171420         *     Mapping of 'panel', 'section', 'control' to the ID which should be autofocused.
    14181421         *
    final class WP_Customize_Manager { 
    14461449        /**
    14471450         * Print JavaScript settings for parent window.
    14481451         *
    1449          * @since 4.3.0
     1452         * @since 4.4.0
    14501453         */
    14511454        public function customize_pane_settings() {
    14521455                /*