Changeset 5303 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 04/24/2007 11:27:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r5259 r5303 1949 1949 1950 1950 // A correct MIME type will pass this test. Override $mimes or use the upload_mimes filter. 1951 if ( $test_type ) {1951 if ( $test_type && !current_user_can( 'unfiltered_upload' ) ) { 1952 1952 $wp_filetype = wp_check_filetype( $file['name'], $mimes ); 1953 1953
Note: See TracChangeset
for help on using the changeset viewer.