Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37964


Ignore:
Timestamp:
09/07/2016 06:35:27 AM (10 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37964

    • Property Keywords has-patch added
  • Ticket #37964 – Description

    initial v1  
    1717
    1818{{{#!js
    19 wp.customize.create( 'product_color', 'product_color', settingArgs.value, {} );
     19wp.customize.create( 'product_color', 'product_color', '#000000', {} );
    2020control = new wp.customize.Control( 'product_color', {
    2121    type: 'color',
     
    2929
    3030The goal is to allow controls to be encapsulated and to be able to use them in standalone contexts or embedded inside of other controls.
     31
     32Related:
     33* #30738
     34* #37275
     35* #29071