Changeset 22882 for trunk/wp-includes/media.php
- Timestamp:
- 11/27/2012 11:20:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r22872 r22882 1255 1255 'urlstream_upload' => true, 1256 1256 ); 1257 1257 1258 1258 // Multi-file uploading doesn't currently work in iOS Safari, 1259 1259 // single-file allows the built-in camera to be used as source for images … … 1328 1328 'date' => strtotime( $attachment->post_date_gmt ) * 1000, 1329 1329 'modified' => strtotime( $attachment->post_modified_gmt ) * 1000, 1330 'menuOrder' => $attachment->menu_order, 1330 1331 'mime' => $attachment->post_mime_type, 1331 1332 'type' => $type,
Note: See TracChangeset
for help on using the changeset viewer.