Changeset 7045 for trunk/wp-includes/post.php
- Timestamp:
- 02/26/2008 07:57:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r7042 r7045 2391 2391 } 2392 2392 2393 $post_mimes[] = 'default';2394 2395 2393 $matches = wp_match_mime_types(array_keys($types), $post_mimes); 2394 $matches['default'] = array('default'); 2396 2395 2397 2396 foreach ( $matches as $match => $wilds ) {
Note: See TracChangeset
for help on using the changeset viewer.