From fb6293b714adca47d7573b8a2b2cb1ecd8fa837f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 9 May 2013 23:53:24 +0000 Subject: [PATCH] Use correct escaping function. props tollmanz. fixes #24300. git-svn-id: http://core.svn.wordpress.org/trunk@24228 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 1409098cb8..70dad05071 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' ); ?> - +
- +