wordpress-importer icon indicating copy to clipboard operation
wordpress-importer copied to clipboard

wp:author entries can be multiline

Open dhm-msd opened this issue 6 months ago • 0 comments

Wordpress exported WXR files might contain author entries broken in multiple lines. Currently the plugin is not able to handle these cases, causing the import to fail.

By adding the 'wp:author' to $multiline_tags we are able to handle the tags the same way we handle the rest of the multiline tags

Related issues: https://github.com/WordPress/wordpress-importer/issues/144 https://github.com/WordPress/wordpress-importer/issues/118 https://github.com/WordPress/wordpress-importer/issues/66

dhm-msd avatar Jun 29 '25 13:06 dhm-msd