Changeset 8332
- Timestamp:
- 07/14/2008 05:59:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/press-this.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.