﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
11574	WordPress importer fails to import content which contains importer tags within it	westi	westi	"For Example:

If you have the following post_meta value:

{{{
<wp:postmeta>
<wp:meta_key>evil</wp:meta_key>
<wp:meta_value><![CDATA[<wp:meta_value>evil</wp:meta_value>]]></wp:meta_value>
</wp:postmeta>
}}}

Currently we would import: {{{<![CDATA[<wp:meta_value>evil}}}

This is because the regex in {{{WP_Import::get_tag()}}} is non-greedy.

Tested back as far as 2.7.0 and this exists there too."	defect (bug)	closed	normal	3.1	Import	2.7	normal	fixed	has-patch 2nd-opinion	
