Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#4385 closed defect (bug) (invalid)

Movable Type importer applies wpautop() to imported posts

Reported by: markjaquith Owned by:
Priority: normal Milestone:
Component: General Version:
Severity: normal Keywords:
Cc: Focuses:

Description

The Movable Type importer incorrectly applies wpautop() to imported posts, saving the HTML'd copy in the database.

This makes editing the posts in the plain text editor very frustrating.

The MT export file has line breaks. These should be preserved... not converted to paragraphs and <br />s.

Change History (1)

#1 @markjaquith
19 years ago

  • Keywords mt movable type movabletype importer wpautop line breaks removed
  • Milestone 2.4
  • Resolutioninvalid
  • Status newclosed
  • Version 2.2

Nevermind... they're in the DB correctly. It's being added on the fly when you edit the post... new ticket.

Note: See TracTickets for help on using tickets.