Make WordPress Core

Changes between Version 1 and Version 32 of Ticket #37964


Ignore:
Timestamp:
10/05/2017 02:13:39 PM (9 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37964

    • Property Status changed from new to closed
    • Property Priority changed from normal to high
    • Property Owner set to westonruter
    • Property Milestone changed from 4.7 to 4.9
    • Property Keywords needs-unit-tests needs-dev-note added
    • Property Resolution changed from to fixed
  • Ticket #37964 – Description

    v1 v32  
    66var control = new wp.customize.Control( 'product_color', {
    77    type: 'color',
    8     params: {
    9         settings: {
    10             'default': new wp.customize.Value( '#000000' )
    11         }
     8    settings: {
     9        'default': new wp.customize.Value( '#000000' )
    1210    }
    1311} );