Changeset 47122 for trunk/src/wp-admin/media-new.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/media-new.php
r45674 r47122 30 30 if ( isset( $_POST['html-upload'] ) && ! empty( $_FILES ) ) { 31 31 check_admin_referer( 'media-form' ); 32 // Upload File button was clicked 32 // Upload File button was clicked. 33 33 $upload_id = media_handle_upload( 'async-upload', $post_id ); 34 34 if ( is_wp_error( $upload_id ) ) {
Note: See TracChangeset
for help on using the changeset viewer.