]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/ms-files.php
Wordpress 3.2.1
[autoinstalls/wordpress.git] / wp-includes / ms-files.php
index 5ec6d1ddc1aea9d7d60d9780fa15f3430e1bc9f7..2d68f11dcd0e2af48ce5de7e4717fe2c575e24ab 100644 (file)
@@ -38,7 +38,7 @@ if( $mime[ 'type' ] )
 else
        $mimetype = 'image/' . substr( $file, strrpos( $file, '.' ) + 1 );
 
-header( 'Content-type: ' . $mimetype ); // always send this
+header( 'Content-Type: ' . $mimetype ); // always send this
 if ( false === strpos( $_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS' ) )
        header( 'Content-Length: ' . filesize( $file ) );