﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
17750,Export formats tags and categories incorrectly,ipstenu,,"{{{
<category domain=""category"" nicename=""featured""><![CDATA[Featured]]></category>
}}}


vs 

{{{
<wp:category><wp:category_nicename>featured</wp:category_nicename><wp:category_parent></wp:category_parent><wp:cat_name><![CDATA[Featured]]></wp:cat_name></wp:category>
}}}

Basically I ran an export on a WP MultiSite install (3.1.3) and then imported it to a second site on the same network (theme testing the easy way!) and ... yeah. Nothing worked.  Looked at the XML from the test unit and it was different for cats and tags, so I regex'd that over and it was ... well I did it wrong, but the point is the export is wrong which screws things up.

Every time I export from MultiSite I get this.",defect (bug),closed,normal,,Export,3.1.3,normal,invalid,reporter-feedback,
