Changeset 29729 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 09/10/2014 10:39:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r29728 r29729 1781 1781 ); 1782 1782 1783 // Currently only iOS Safari supports multiple files uploading but has a bug that prevents uploading of videos 1784 // when enabled. See #29602. 1785 if ( wp_is_mobile() ) { 1786 $plupload_init['multi_selection'] = false; 1787 } 1788 1783 1789 /** 1784 1790 * Filter the default Plupload settings.
Note: See TracChangeset
for help on using the changeset viewer.