Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17218 closed defect (bug) (fixed)

Too much escaping for pages when using Quick Edit

Reported by: nacin Owned by:
Priority: normal Milestone: 3.1.2
Component: Administration Version:
Severity: normal Keywords:
Cc: Focuses:

Description

$post->post_title is escaped directly in the posts list table (for hierarchical post types), which then causes esc_textarea() in get_inline_data() to escape it one level too far.

The code is a vestige from [2029], when the_title() was used directly. This is no longer the case, leaving this code with no functional purpose.

Change History (3)

#1 @nacin
15 years ago

  • Resolutionfixed
  • Status newclosed

(In [17682]) Remove vestige code, prevent over-escaping of post titles when using Quick Edit for hierarchical post types. fixes #17218.

#2 @nacin
15 years ago

(In [17704]) Remove vestige code, prevent over-escaping of post titles when using Quick Edit for hierarchical post types. fixes #17218 for the 3.1 branch.

#3 @nacin
15 years ago

  • Milestone 3.23.1.2
Note: See TracTickets for help on using tickets.