Changeset 11889 for branches/2.8/wp-admin/import/wordpress.php
- Timestamp:
- 08/28/2009 12:21:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/import/wordpress.php
r11321 r11889 685 685 686 686 function is_valid_meta_key($key) { 687 // skip _wp_attached_filemetadata since we'll regenerate it from scratch688 if ( $key == '_wp_attached_file' )687 // skip attachment metadata since we'll regenerate it from scratch 688 if ( $key == '_wp_attached_file' || $key == '_wp_attachment_metadata' ) 689 689 return false; 690 690 return $key;
Note: See TracChangeset
for help on using the changeset viewer.