Changeset 8023 for trunk/wp-admin/async-upload.php
- Timestamp:
- 05/30/2008 08:43:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/async-upload.php
r8021 r8023 27 27 } 28 28 29 check_admin_referer('media-form'); 30 29 31 $id = media_handle_upload('async-upload', $_REQUEST['post_id']); 30 32 if (is_wp_error($id)) {
Note: See TracChangeset
for help on using the changeset viewer.