Changeset 41869
- Timestamp:
- 10/15/2017 10:42:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r41860 r41869 589 589 data.customize_changeset_autosave = 'true'; 590 590 } 591 592 // Allow plugins to modify the params included with the save request. 593 api.trigger( 'save-request-params', data ); 591 594 592 595 request = wp.ajax.post( 'customize_save', data ); … … 7181 7184 } 7182 7185 7186 // Allow plugins to modify the params included with the save request. 7187 api.trigger( 'save-request-params', query ); 7188 7183 7189 /* 7184 7190 * Note that the dirty customized values will have already been set in the
Note: See TracChangeset
for help on using the changeset viewer.