Changeset 41328 for trunk/src/wp-includes/media.php
- Timestamp:
- 09/01/2017 12:27:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r41315 r41328 3003 3003 } 3004 3004 3005 /* 3006 * Since 4.9 the `runtimes` setting is hardcoded in our version of Plupload to `html5,html4`, 3007 * and the `flash_swf_url` and `silverlight_xap_url` are not used. 3008 */ 3005 3009 $defaults = array( 3006 'runtimes' => 'html5,flash,silverlight,html4',3007 3010 'file_data_name' => 'async-upload', // key passed to $_FILE. 3008 3011 'url' => admin_url( 'async-upload.php', 'relative' ), 3009 'flash_swf_url' => includes_url( 'js/plupload/plupload.flash.swf' ),3010 'silverlight_xap_url' => includes_url( 'js/plupload/plupload.silverlight.xap' ),3011 3012 'filters' => array( 3012 3013 'max_file_size' => $max_upload_size . 'b',
Note: See TracChangeset
for help on using the changeset viewer.