Make WordPress Core


Ignore:
Timestamp:
11/23/2016 06:04:23 AM (8 years ago)
Author:
westonruter
Message:

Customize: Clean up docs and code style for customize changes in 4.7.

  • Adds missing resolve/fail for promise returned by loadThemePreview.
  • Adds missing jsdoc blocks and tags.
  • Adds missing phpdoc and makes corrections.

See #37770.
Fixes #38908.

File:
1 edited

Legend:

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

    r38931 r39345  
    1717class WP_Customize_Color_Control extends WP_Customize_Control {
    1818    /**
     19     * Type.
     20     *
    1921     * @access public
    2022     * @var string
     
    2325
    2426    /**
     27     * Statuses.
     28     *
    2529     * @access public
    2630     * @var array
     
    2933
    3034    /**
    31     * @access public
    32     * @var string
    33     */
     35     * Mode.
     36     *
     37     * @since 4.7.0
     38     * @access public
     39     * @var string
     40     */
    3441    public $mode = 'full';
    3542
Note: See TracChangeset for help on using the changeset viewer.