Changeset 8240

Show
Ignore:
Timestamp:
07/02/08 22:40:52 (2 months ago)
Author:
ryan
Message:

Clean image urls in get_images_from_uri(). see #7220

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/press-this.php

    r8237 r8240  
    200200                    $src = 'http://'.str_replace('//','/', $host['host'].'/'.$host['path'].'/'.$src); 
    201201                                         
    202             $sources[] = $src
     202            $sources[] = clean_url($src)
    203203        } 
    204204        return "'" . implode("','", $sources) . "'";