Changeset 20449 for trunk/wp-admin/media-new.php
- Timestamp:
- 04/12/2012 12:16:37 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/media-new.php
r20420 r20449 10 10 /** Administration bootstrap */ 11 11 require_once('./admin.php'); 12 13 if ( wp_is_mobile() ) // cannot upload files from mobile devices14 return;15 16 12 require_once('./media-upload.php');
Note: See TracChangeset
for help on using the changeset viewer.