From bd32ccb3ca6046d78a5c34f95b543d72a7f80b40 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Fri, 29 Mar 2013 20:56:18 +0000 Subject: [PATCH] Since post format meta for images now takes an attachment ID only, make sure we label it appropriately and don't do things like esc_url() the value. fixes #23900. git-svn-id: https://develop.svn.wordpress.org/trunk@23874 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/post-formats.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wp-admin/includes/post-formats.php b/wp-admin/includes/post-formats.php index be0d4580ad..84530bc131 100644 --- a/wp-admin/includes/post-formats.php +++ b/wp-admin/includes/post-formats.php @@ -20,8 +20,10 @@ $format_meta = get_post_format_meta( $post_ID );
@@ -36,8 +38,8 @@ $format_meta = get_post_format_meta( $post_ID ); ?>
- - + +