Opened 2 years ago

Closed 2 years ago

Last modified 2 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:

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)

  • 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.

(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.

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