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:
koopersmith 2012-03-22 03:58:06 +00:00
parent b11592fd63
commit 97a194e95c
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 );