[wp-trac] [WordPress Trac] #17218: Too much escaping for pages when using Quick Edit
WordPress Trac
wp-trac at lists.automattic.com
Fri Apr 22 18:18:47 UTC 2011
#17218: Too much escaping for pages when using Quick Edit
----------------------------+-----------------
Reporter: nacin | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.2
Component: Administration | Version:
Severity: normal | Keywords:
----------------------------+-----------------
$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.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17218>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list