From 49fd96399909f3c364bdec826eaf30e2eed6005c Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 20 Nov 2010 06:10:07 +0000 Subject: [PATCH] Don't esc_textarea() in meta boxes since the post object is already escaped. Props Viper007Bond. see #15505 git-svn-id: http://svn.automattic.com/wordpress/trunk@16502 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/meta-boxes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index 589de3edf7..41ee08ba57 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -380,7 +380,7 @@ function post_categories_meta_box( $post, $box ) { */ function post_excerpt_meta_box($post) { ?> - +

Learn more about manual excerpts.'); ?>