Ticket #21007: 21007.patch
File 21007.patch, 511 bytes (added by , 10 years ago) |
---|
-
wordpress-importer.php
578 578 'post_type' => $post['post_type'], 'post_password' => $post['post_password'] 579 579 ); 580 580 581 $postdata = array_map( 'addslashes', $postdata ); 582 581 583 if ( 'attachment' == $postdata['post_type'] ) { 582 584 $remote_url = ! empty($post['attachment_url']) ? $post['attachment_url'] : $post['guid']; 583 585