mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Theme Customizer: Plupload does not support objects in its multipart_params setting (which causes exceptions in Firefox). Use multidimensional keys to circumnavigate this issue. see #19910.
git-svn-id: https://develop.svn.wordpress.org/trunk@20253 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
api('background_color').method = 'postMessage';
|
||||
|
||||
// api('background_image').method = 'postMessage';
|
||||
api('background_image').uploader.param( 'post_data', { context: 'custom-background' });
|
||||
api('background_image').uploader.param( 'post_data[context]', 'custom-background' );
|
||||
});
|
||||
|
||||
})( wp, jQuery );
|
||||
Reference in New Issue
Block a user