WordPress.org

Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#54 closed defect (bug) (fixed)

Stripslashes missing around post title

Reported by: lstelie Owned by: ryan
Priority: normal Milestone:
Component: General Version:
Severity: trivial Keywords:
Cc:

Description

Hello,

i'm testing last night build (13-06) and there is clearly a stripslashes missing in post titles...
Seee:
http://blog.saint-elie.com/archives/2004/05/11/nikon-pompe-intelligemment-lipod/
And
http://www.saint-elie.com/blogtest/archives/2004/05/11/nikon-pompe-intelligemment-lipod/
The database is the same

Hope this helps

Luc

Change History (5)

comment:2 Zarniwoop9 years ago

The missing stripslashes is correct but the database is inconsistent. Contrary to all other fields the title is escaped with addslashes by 1.2(.1?). There needs to be a upgrade.php to fix this (don't know how it is done in pre1.2).

comment:3 ryan9 years ago

  • Owner changed from anonymous to rboren
  • Status changed from new to assigned

comment:4 ryan9 years ago

  • Resolution changed from 10 to 20
  • Status changed from assigned to closed

Extra slashes removed during upgrade. stripslashes() not needed.

Note: See TracTickets for help on using tickets.