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: http://svn.automattic.com/wordpress/trunk@20253 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b11592fd63
commit
97a194e95c
|
@ -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 );
|
Loading…
Reference in New Issue