Changeset 6593 for trunk/wp-admin/import/rss.php
- Timestamp:
- 01/10/2008 09:27:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/rss.php
r6472 r6593 72 72 } 73 73 74 preg_match('|<guid. +?>(.*?)</guid>|is', $post, $guid);74 preg_match('|<guid.*?>(.*?)</guid>|is', $post, $guid); 75 75 if ($guid) 76 76 $guid = $wpdb->escape(trim($guid[1]));
Note: See TracChangeset
for help on using the changeset viewer.