Changes from trunk/wp-admin/media-upload.php at r16847 to branches/3.1/wp-admin/media-upload.php at r17569
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-admin/media-upload.php
r16847 r17569 39 39 40 40 if ( isset($_POST['html-upload']) && !empty($_FILES) ) { 41 check_admin_referer('media-form'); 41 42 // Upload File button was clicked 42 43 $id = media_handle_upload('async-upload', $_REQUEST['post_id']);
Note: See TracChangeset
for help on using the changeset viewer.