Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #30277, comment 4


Ignore:
Timestamp:
11/07/2014 02:01:18 AM (10 years ago)
Author:
ryankienstra
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30277, comment 4

    v2 v3  
    33This splits `customize-controls.js` into `customize-sections.js`, `customize-panels.js`, and `customize-utils.js`: [https://github.com/xwp/wordpress-develop/pull/54]
    44
    5 It extracts the initialization into `api.init()`, located in `customize-utils.js`.
     5Intialization happens in the footer of `customize.php`, with `wp.customize.init( _wpCustomizeSettings );`
    66
    77It also moves the `api.Container` class to `customize-base.js`.