#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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [17682]) Remove vestige code, prevent over-escaping of post titles when using Quick Edit for hierarchical post types. fixes #17218.