Make WordPress Core

Changeset 20253


Ignore:
Timestamp:
03/22/2012 03:58:06 AM (12 years ago)
Author:
koopersmith
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/customize-controls.dev.js

    r20179 r20253  
    253253
    254254        // api('background_image').method = 'postMessage';
    255         api('background_image').uploader.param( 'post_data', { context: 'custom-background' });
     255        api('background_image').uploader.param( 'post_data[context]', 'custom-background' );
    256256    });
    257257
Note: See TracChangeset for help on using the changeset viewer.