From e381bc093f162df2eb15899bf1d16fc1b007766d Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 4 Nov 2010 18:02:24 +0000 Subject: [PATCH] Limit post format UI to posts only, for now. see #14746 git-svn-id: https://develop.svn.wordpress.org/trunk@16188 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/meta-boxes.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index 16224a0d00..becfbd3db2 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -155,6 +155,7 @@ echo esc_html( $visibility_trans ); ?> post_type && current_theme_supports( 'post-formats' ) ) : $post_formats = get_theme_support( 'post-formats' ); if ( is_array( $post_formats[0] ) ) : @@ -179,7 +180,7 @@ if ( is_array( $post_formats[0] ) ) : - +