Make WordPress Core

Opened 20 years ago

Closed 20 years ago

#880 closed defect (bug) (duplicate)

rss2 import leaves CDATA in $title

Reported by: pgarrett's profile pgarrett Owned by:
Milestone: Priority: normal
Severity: minor Version: 1.5
Component: General Keywords:
Focuses: Cc:

Description

Some feed generators (in this case GeekLog) place the CDATA tag in the title. import-rss.php does not remove it.

changed line 58 to:
$title = str_replace( array('<![CDATA,?]>'), , addslashes( trim($title[1]) ) );

Change History (3)

#1 @pgarrett
20 years ago

  • Patch set to No

#2 @pgarrett
20 years ago

duplicate. please delete/ignore.

#3 @coffee2code
20 years ago

  • Resolution changed from 10 to 60
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.