From d80160e0ae7179267c93bcfa841ccab79b49641d Mon Sep 17 00:00:00 2001 From: markjaquith 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: http://svn.automattic.com/wordpress/trunk@16188 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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] ) ) : - +