From cb45a6cb79c4a82aa1b6b004852498ad03a4b32f 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: https://develop.svn.wordpress.org/trunk@24230 602fd350-edb4-49c9-b593-d223f7449a82 --- 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' ); ?> - +
- +