Changes between Version 2 and Version 3 of Ticket #30277, comment 4
- Timestamp:
- 11/07/2014 02:01:18 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30277, comment 4
v2 v3 3 3 This splits `customize-controls.js` into `customize-sections.js`, `customize-panels.js`, and `customize-utils.js`: [https://github.com/xwp/wordpress-develop/pull/54] 4 4 5 I t extracts the initialization into `api.init()`, located in `customize-utils.js`.5 Intialization happens in the footer of `customize.php`, with `wp.customize.init( _wpCustomizeSettings );` 6 6 7 7 It also moves the `api.Container` class to `customize-base.js`.