<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -684,8 +684,8 @@ class WP_Import {
 	}
 
 	function is_valid_meta_key($key) {
-		// skip _wp_attached_file metadata since we'll regenerate it from scratch
-		if ( $key == '_wp_attached_file' )
+		// skip attachment metadata since we'll regenerate it from scratch
+		if ( $key == '_wp_attached_file' || $key == '_wp_attachment_metadata' )
 			return false;
 		return $key;
 	}</diff>
      <filename>wp-admin/import/wordpress.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>23046c95931db36613303d30e1d1861e45adfb5e</id>
    </parent>
  </parents>
  <author>
    <name>ryan</name>
    <email>ryan@1a063a9b-81f0-0310-95a4-ce76da25c4cd</email>
  </author>
  <url>http://github.com/blowery/wordpress/commit/22f40058e55b6038d03fe22e185eca6c367f23a1</url>
  <id>22f40058e55b6038d03fe22e185eca6c367f23a1</id>
  <committed-date>2009-08-27T17:21:42-07:00</committed-date>
  <authored-date>2009-08-27T17:21:42-07:00</authored-date>
  <message>Don't import _wp_attachment_metadata. It is regenerated when the attachment is imported.

git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11889 1a063a9b-81f0-0310-95a4-ce76da25c4cd</message>
  <tree>addfcda591cb2a8c37246a65b03aa59445562187</tree>
  <committer>
    <name>ryan</name>
    <email>ryan@1a063a9b-81f0-0310-95a4-ce76da25c4cd</email>
  </committer>
</commit>
