From 47eca52e749a0cb3fd62a825fb97e4a0d8614879 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Mon, 29 Jul 2013 01:00:59 +0000 Subject: [PATCH] Fix wrong use of `esc_html_e()`. Props ocean90. Fixes #24854 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@24840 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index 77fcc5cda8..55e10ce2fd 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -1254,7 +1254,7 @@ function _admin_notice_post_locked() { ?>
ID, 64 ); ?>
-

display_name ) ); ?>

+

display_name ) ); ?>