Changeset 12172
- Timestamp:
- 11/12/2009 05:21:24 AM (16 years ago)
- File:
-
- 1 edited
-
branches/2.8/wp-includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-includes/functions.php
r12166 r12172 2227 2227 */ 2228 2228 function wp_check_filetype( $filename, $mimes = null ) { 2229 if ( null === $mimes)2229 if ( empty($mimes) ) 2230 2230 $mimes = get_allowed_mime_types(); 2231 2231 $type = false; … … 2307 2307 return $mimes; 2308 2308 } 2309 2309 2310 /** 2310 2311 * Retrieve nonce action "Are you sure" message.
Note: See TracChangeset
for help on using the changeset viewer.