Fix typo in a comment. see #25663.
Built from https://develop.svn.wordpress.org/trunk@27681 git-svn-id: http://core.svn.wordpress.org/trunk@27522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1e207afcd2
commit
f20dbd9c68
|
@ -86,7 +86,7 @@ window.wp = window.wp || {};
|
|||
return;
|
||||
}
|
||||
|
||||
// Make sure flash sends cookies (seems in IE it does whitout switching to urlstream mode)
|
||||
// Make sure flash sends cookies (seems in IE it does without switching to urlstream mode)
|
||||
if ( ! isIE && 'flash' === plupload.predictRuntime( this.plupload ) &&
|
||||
( ! this.plupload.required_features || ! this.plupload.required_features.hasOwnProperty( 'send_binary_string' ) ) ) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue