Changeset 8332
- Timestamp:
- 07/14/08 17:59:06 (2 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
r8330 r8332 184 184 $host = parse_url($uri); 185 185 186 $pattern = '/<img ([^>]*)src=(\"|\')([^<>]+?\.(png|jpeg|jpg|jpe|gif) )(\2)([^>\/]*)\/*>/is';186 $pattern = '/<img ([^>]*)src=(\"|\')([^<>]+?\.(png|jpeg|jpg|jpe|gif)[^<>\'\"]*)(\2)([^>\/]*)\/*>/is'; 187 187 preg_match_all($pattern, $content, $matches); 188 188
