wordpress-importer
wordpress-importer copied to clipboard
wp:author entries can be multiline
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