Changeset 22872 for trunk/wp-admin/includes/media.php
- Timestamp:
- 11/27/2012 04:17:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r22867 r22872 1509 1509 ); 1510 1510 1511 // Multi-file uploading doesn't currently work in iOS Safari, 1512 // single-file allows the built-in camera to be used as source for images 1513 if ( wp_is_mobile() ) 1514 $plupload_init['multi_selection'] = false; 1515 1511 1516 $plupload_init = apply_filters( 'plupload_init', $plupload_init ); 1512 1517
Note: See TracChangeset
for help on using the changeset viewer.