diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index bdc042deec..973f19d6df 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -87,7 +87,7 @@ function get_images_from_uri($uri) { if ( false === $content ) return ''; - $pattern = '/src=[\'"]?([^\'" >]+)[\'" >]/'; + $pattern = '/img.+?src=[\'"]?([^\'" >]+)[\'" >]/'; preg_match_all($pattern, $content, $matches); if ( empty($matches[1]) ) return '';