Make WordPress Core


Ignore:
Timestamp:
04/14/2014 12:40:45 AM (10 years ago)
Author:
azaozz
Message:

Plupload: restore the settings in media_upload_form(), see #27763

File:
1 edited

Legend:

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

    r27880 r28110  
    17671767    'file_data_name'      => 'async-upload',
    17681768    'url'                 => $upload_action_url,
    1769     'flash_swf_url'       => includes_url( 'js/plupload/Moxie.swf' ),
    1770     'silverlight_xap_url' => includes_url( 'js/plupload/Moxie.xap' ),
     1769    'flash_swf_url'       => includes_url( 'js/plupload/plupload.flash.swf' ),
     1770    'silverlight_xap_url' => includes_url( 'js/plupload/plupload.silverlight.xap' ),
    17711771    'filters' => array(
    17721772        'max_file_size'   => $max_upload_size . 'b',
Note: See TracChangeset for help on using the changeset viewer.