Changes between Version 1 and Version 32 of Ticket #37964
- Timestamp:
- 10/05/2017 02:13:39 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37964
-
Property
Status
changed from
newtoclosed -
Property
Priority
changed from
normaltohigh - Property Owner set to westonruter
-
Property
Milestone
changed from
4.7to4.9 - Property Keywords needs-unit-tests needs-dev-note added
-
Property
Resolution
changed from
tofixed
-
Property
Status
changed from
-
Ticket #37964 – Description
v1 v32 6 6 var control = new wp.customize.Control( 'product_color', { 7 7 type: 'color', 8 params: { 9 settings: { 10 'default': new wp.customize.Value( '#000000' ) 11 } 8 settings: { 9 'default': new wp.customize.Value( '#000000' ) 12 10 } 13 11 } );