Changes from branches/2.8/wp-admin/import/wordpress.php at r11889 to trunk/wp-admin/import/wordpress.php at r11321
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r11889 r11321 685 685 686 686 function is_valid_meta_key($key) { 687 // skip attachmentmetadata since we'll regenerate it from scratch688 if ( $key == '_wp_attached_file' || $key == '_wp_attachment_metadata')687 // skip _wp_attached_file metadata since we'll regenerate it from scratch 688 if ( $key == '_wp_attached_file' ) 689 689 return false; 690 690 return $key;
Note: See TracChangeset
for help on using the changeset viewer.