Changeset 20297
- Timestamp:
- 03/28/2012 08:55:25 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/customize-controls.dev.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/customize-controls.dev.js
r20295 r20297 391 391 392 392 // Background color uses postMessage by default 393 api .control( 'background_color', function( control) {394 control.method = 'postMessage';393 api( 'background_color', function( setting ) { 394 setting.method = 'postMessage'; 395 395 }); 396 396
Note: See TracChangeset
for help on using the changeset viewer.