From d4aad7cf1e3872a7368e3a27049a7df064239f1a Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 22 Apr 2011 18:20:49 +0000 Subject: [PATCH] Remove vestige code, prevent over-escaping of post titles when using Quick Edit for hierarchical post types. fixes #17218. git-svn-id: https://develop.svn.wordpress.org/trunk@17682 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/class-wp-posts-list-table.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php index e623ab5932..6a8fb472bf 100644 --- a/wp-admin/includes/class-wp-posts-list-table.php +++ b/wp-admin/includes/class-wp-posts-list-table.php @@ -522,7 +522,6 @@ class WP_Posts_List_Table extends WP_List_Table { } } - $post->post_title = esc_html( $post->post_title ); $pad = str_repeat( '— ', $level ); ?> >post_status != 'trash' ) { ?>labels->parent_item_colon . ' ' . esc_html( $parent_name ) : ''; ?>