From c5a028821b2074e3b75940b417cf4af61ef4426b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 10 May 2013 02:06:34 +0000 Subject: [PATCH] Use esc_textarea(), not esc_html(), for escaping textarea content. props johnbillion. fixes #24300. git-svn-id: http://core.svn.wordpress.org/trunk@24230 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/post-formats.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/post-formats.php b/wp-admin/includes/post-formats.php index 70dad05071..6c1cb86387 100644 --- a/wp-admin/includes/post-formats.php +++ b/wp-admin/includes/post-formats.php @@ -53,7 +53,7 @@ wp_nonce_field( 'show-post-format-ui_' . $post_type, 'show_post_format_ui_nonce' else _e( 'Image URL' ); ?> - +

', '' ); ?> ', '' ); ?>

@@ -102,7 +102,7 @@ wp_nonce_field( 'show-post-format-ui_' . $post_type, 'show_post_format_ui_nonce' else _e( 'Video URL' ); ?> - +
- +