Make WordPress Core

Changeset 10220


Ignore:
Timestamp:
12/18/2008 03:34:29 AM (16 years ago)
Author:
ryan
Message:

Revert accidentally committed bits

File:
1 edited

Legend:

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

    r10217 r10220  
    20362036    $mimes = ( is_array( $mimes ) ) ? $mimes : apply_filters( 'upload_mimes', array(
    20372037        'jpg|jpeg|jpe' => 'image/jpeg',
    2038         'jpeg' => 'image/jpeg',
    2039         'jpe' => 'image/jpeg',
    20402038        'gif' => 'image/gif',
    20412039        'png' => 'image/png',
    20422040        'bmp' => 'image/bmp',
    2043         'tif' => 'image/tiff',
    2044         'tiff' => 'image/tiff',
     2041        'tif|tiff' => 'image/tiff',
    20452042        'ico' => 'image/x-icon',
    20462043        'asf|asx|wax|wmv|wmx' => 'video/asf',
Note: See TracChangeset for help on using the changeset viewer.