Changeset 8201

Show
Ignore:
Timestamp:
06/26/08 22:05:01 (5 months ago)
Author:
ryan
Message:

Don't prepend http. Props noel. see #6813

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/includes/media.php

    r8190 r8201  
    331331 
    332332    if ( !empty($src) ) { 
    333         if ( !strpos($src, '://') ) 
    334             $src = "http://$src"; 
    335333        $alt = @$desc; 
    336334        $html = "<img src='$src' alt='$alt' />";