Make WordPress Core


Ignore:
Timestamp:
02/26/2008 07:57:00 PM (17 years ago)
Author:
ryan
Message:

fix overuse of default mime icon and re-shuffle mp4/m4a file type matches. Props andy. see #5911

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r7042 r7045  
    23912391        }
    23922392
    2393         $post_mimes[] = 'default';
    2394 
    23952393        $matches = wp_match_mime_types(array_keys($types), $post_mimes);
     2394        $matches['default'] = array('default');
    23962395
    23972396        foreach ( $matches as $match => $wilds ) {
Note: See TracChangeset for help on using the changeset viewer.