Make WordPress Core

Changeset 27681


Ignore:
Timestamp:
03/24/2014 09:08:36 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Fix typo in a comment. see #25663.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/plupload/wp-plupload.js

    r27662 r27681  
    8787        }
    8888
    89          // Make sure flash sends cookies (seems in IE it does whitout switching to urlstream mode)
     89         // Make sure flash sends cookies (seems in IE it does without switching to urlstream mode)
    9090         if ( ! isIE && 'flash' === plupload.predictRuntime( this.plupload ) &&
    9191            ( ! this.plupload.required_features || ! this.plupload.required_features.hasOwnProperty( 'send_binary_string' ) ) ) {
Note: See TracChangeset for help on using the changeset viewer.