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