Make WordPress Core


Ignore:
Timestamp:
02/27/2014 08:00:55 PM (12 years ago)
Author:
azaozz
Message:

Upgrade Plupload to 2.1.1, props kovshenin, see #25663

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r27312 r27316  
    20542054
    20552055    $defaults = array(
    2056         'runtimes'            => 'html5,silverlight,flash,html4',
     2056        'runtimes'            => 'flash,html4', // html5,silverlight,
    20572057        'file_data_name'      => 'async-upload', // key passed to $_FILE.
    2058         'multiple_queues'     => true,
    2059         'max_file_size'       => $max_upload_size . 'b',
    20602058        'url'                 => admin_url( 'async-upload.php', 'relative' ),
    2061         'flash_swf_url'       => includes_url( 'js/plupload/plupload.flash.swf' ),
    2062         'silverlight_xap_url' => includes_url( 'js/plupload/plupload.silverlight.xap' ),
    2063         'filters'             => array( array( 'title' => __( 'Allowed Files' ), 'extensions' => '*') ),
    2064         'multipart'           => true,
    2065         'urlstream_upload'    => true,
     2059        'flash_swf_url'       => includes_url( 'js/plupload/Moxie.swf' ),
     2060        'silverlight_xap_url' => includes_url( 'js/plupload/Moxie.xap' ),
     2061        'filters' => array(
     2062            'max_file_size'   => $max_upload_size . 'b',
     2063        ),
    20662064    );
    20672065
Note: See TracChangeset for help on using the changeset viewer.