Make WordPress Core


Ignore:
Timestamp:
11/23/2016 06:04:23 AM (10 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-custom-css-setting.php

    r39318 r39345  
    2222         * The setting type.
    2323         *
     24         * @since 4.7.0
     25         * @access public
    2426         * @var string
    25          *
    26          * @since 4.7.0
    27          * @access public
    2827         */
    2928        public $type = 'custom_css';
     
    3433         * @since 4.7.0
    3534         * @access public
    36          *
    3735         * @var string
    3836         */
     
    4442         * @since 4.7.0
    4543         * @access public
    46          *
    4744         * @var string
    4845         */
     
    5451         * @since 4.7.0
    5552         * @access public
    56          *
    5753         * @var string
    5854         */
Note: See TracChangeset for help on using the changeset viewer.