Changeset 1044
- Timestamp:
- 09/05/07 12:05:30 (1 year ago)
- Files:
-
- trunk/wp-content/blogs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-content/blogs.php
r1041 r1044 77 77 78 78 if( function_exists( "mime_content_type" ) ) { 79 $mime[ 'type' ] = mime_content_type( $ _SERVER[ 'REQUEST_URI' ]);79 $mime[ 'type' ] = mime_content_type( $file ); 80 80 } else { 81 81 $mime = wp_check_filetype( $_SERVER[ 'REQUEST_URI' ] );
