Opened 17 years ago
Closed 17 years ago
#4815 closed defect (bug) (fixed)
TypePad Imported entries always end with <!--more-->
Reported by: | foolswisdom | Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
TypePad Imported entries always end with <!--more-->
ENV: WP trunk r5939
This week I received a TypePad export, and each entry includes the common:
----- EXTENDED BODY: -----
This results in each entry being imported with a <!--more--> at the end.
ADDITIONAL DETAILS
$post->extended is a single space ' ', and wp-admin/import/mt.php line 213:
if ( '' != $post->extended ) $post->post_content .= "\n<!--more-->\n$post->extended";
The WordPress 2.2.x code firsts trims the whitespace before the comparison.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Trivial example