Changeset 29729 for trunk/src/wp-includes/media.php
- Timestamp:
- 09/10/2014 10:39:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r29724 r29729 2543 2543 ); 2544 2544 2545 // Currently only iOS Safari supports multiple files uploading but has a bug that prevents uploading of videos 2546 // when enabled. See #29602. 2547 if ( wp_is_mobile() ) { 2548 $defaults['multi_selection'] = false; 2549 } 2550 2545 2551 /** 2546 2552 * Filter the Plupload default settings.
Note: See TracChangeset
for help on using the changeset viewer.