id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 14058,Export issues on multisite configurations,yoavf,,"In 3.0, some changes were introduced to the export functions that may cause the export to fail some multi-sites configuration. For example, [14153] This new query won't work on installations where the posts table and the users tables aren't on the same server. 2nd issue: from wp-admin/includes/export.php {{{ $where .= $wpdb->prepare( ""AND ID IN (SELECT object_id FROM $wpdb->term_relationships WHERE term_taxonomy_id = %d) "", $term_id ); }}} This is flawed because it assumes the term_relationship object_id is the same as the term_id which might not always be the case (ie global tags configuration). The attached patch fixes that by using get_objects_in_term() instead. The authors selection drop down code is reverted to pre-3.0 code.",defect (bug),new,normal,3.1,Export,3.0,normal,,has-patch,,