Changeset 27681
- Timestamp:
- 03/24/2014 09:08:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/plupload/wp-plupload.js
r27662 r27681 87 87 } 88 88 89 // Make sure flash sends cookies (seems in IE it does w hitout switching to urlstream mode)89 // Make sure flash sends cookies (seems in IE it does without switching to urlstream mode) 90 90 if ( ! isIE && 'flash' === plupload.predictRuntime( this.plupload ) && 91 91 ( ! this.plupload.required_features || ! this.plupload.required_features.hasOwnProperty( 'send_binary_string' ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.