WordPress / wordpress-importer

The WordPress Importer
https://wordpress.org/plugins/wordpress-importer/
GNU General Public License v2.0
78 stars 76 forks source link

Preserve blank lines in posts during import #97

Closed dsnyder0pc closed 3 years ago

dsnyder0pc commented 3 years ago

Due to a logic error, blank lines were unintentionally skipped during imports. This change explicitly skips tag lines while preserving blank lines in posts.

dsnyder0pc commented 3 years ago

Detailed discussion can be found in issue-94

yoavf commented 3 years ago

I've added a test case for this in #98 - while the test fails against the current revision, it passes with this PR.

ocean90 commented 3 years ago

Thanks @dsnyder0pc for the PR! This was merged in #98.