Changeset 8600 for trunk/wp-admin/async-upload.php
- Timestamp:
- 08/09/2008 05:36:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/async-upload.php
r8190 r8600 23 23 wp_die(__('You do not have permission to upload files.')); 24 24 25 // just fetch the detail form for that attachment 25 // just fetch the detail form for that attachment 26 26 if ( ($id = intval($_REQUEST['attachment_id'])) && $_REQUEST['fetch'] ) { 27 27 echo get_media_item($id);
Note: See TracChangeset
for help on using the changeset viewer.