Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#17218 closed defect (bug) (fixed)

Too much escaping for pages when using Quick Edit

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

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
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#2 @nacin
13 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
13 years ago

  • Milestone changed from 3.2 to 3.1.2
Note: See TracTickets for help on using tickets.