Index: includes/media.php
===================================================================
--- includes/media.php	(revision 8200)
+++ includes/media.php	(working copy)
@@ -330,8 +330,6 @@
 	}
 
 	if ( !empty($src) ) {
-		if ( !strpos($src, '://') )
-			$src = "http://$src";
 		$alt = @$desc;
 		$html = "<img src='$src' alt='$alt' />";
 		return $html;
