Make WordPress Core

Changeset 17704


Ignore:
Timestamp:
04/26/2011 10:19:16 AM (15 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/wp-admin/includes/class-wp-posts-list-table.php

    r17349 r17704  
    523523                                        }
    524524
    525                                         $post->post_title = esc_html( $post->post_title );
    526525                                        $pad = str_repeat( '— ', $level );
    527526?>
Note: See TracChangeset for help on using the changeset viewer.