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:
Daryl Koopersmith 2012-03-22 03:58:06 +00:00
parent fa15fe4754
commit 44880bceb5
1 changed files with 1 additions and 1 deletions

View File

@ -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 );