Changeset 28847 for trunk/src/wp-includes/media.php
- Timestamp:
- 06/26/2014 04:14:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r28846 r28847 2502 2502 ); 2503 2503 2504 // Multi-file uploading doesn't currently work in iOS Safari,2505 // single-file allows the built-in camera to be used as source for images2506 if ( wp_is_mobile() )2507 $defaults['multi_selection'] = false;2508 2509 2504 /** 2510 2505 * Filter the Plupload default settings.
Note: See TracChangeset
for help on using the changeset viewer.