Changeset 7933
- Timestamp:
- 05/14/08 23:21:28 (6 months ago)
- Files:
-
- trunk/wp-admin/press-this.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/press-this.php
r7932 r7933 88 88 return ''; 89 89 90 $pattern = '/ src=[\'"]?([^\'" >]+)[\'" >]/';90 $pattern = '/img.+?src=[\'"]?([^\'" >]+)[\'" >]/'; 91 91 preg_match_all($pattern, $content, $matches); 92 92 if ( empty($matches[1]) )
