Opened 11 years ago
Last modified 9 years ago
#35839 new defect (bug)
Escape backslashes upon export for better import
| Reported by: | JasonH09 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Import | Version: | 4.4.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Exporting a WordPress site and importing it again will lose backslashes in Post content.
For example, if you had a post discussing c:\Windows\System32\calc.exe it would be imported as c:WindowsSystem32calc.exe
Change History (2)
#2
@
9 years ago
(Partially) fixed in Importer version 0.6.3. See:
https://core.trac.wordpress.org/ticket/21007
https://github.com/boonebgorges/wordpress-importer/commit/998f7fc75c6916355859b7e791e60b97a3efccdb
Backslashes are still stripped from comments.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I believe this is a bug in the importer, not the exporter. The exporter is writing the data out correctly (as regular text), but the importer is removing a layer of slashes.
(See also this issue on the v2 beta importer)