Changeset 7045
- Timestamp:
- 02/26/2008 07:57:00 PM (17 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r7038 r7045 1189 1189 'avi' => 'video/avi', 1190 1190 'mov|qt' => 'video/quicktime', 1191 'mpeg|mpg|mpe ' => 'video/mpeg',1191 'mpeg|mpg|mpe|mp4' => 'video/mpeg', 1192 1192 'txt|c|cc|h' => 'text/plain', 1193 1193 'rtx' => 'text/richtext', 1194 1194 'css' => 'text/css', 1195 1195 'htm|html' => 'text/html', 1196 'mp3|m p4' => 'audio/mpeg',1196 'mp3|m4a' => 'audio/mpeg', 1197 1197 'ra|ram' => 'audio/x-realaudio', 1198 1198 'wav' => 'audio/wav', -
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.