[wp-trac] [WordPress Trac] #17750: Export formats tags and categories incorrectly
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 10 15:27:18 UTC 2011
#17750: Export formats tags and categories incorrectly
--------------------------+-----------------------------
Reporter: ipstenu | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Export | Version: 3.1.3
Severity: normal | Keywords:
--------------------------+-----------------------------
{{{
<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.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17750>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list