From b59bcc8720d594795ee990e343a1ccc31b045161 Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 29 Apr 2011 18:21:38 +0000 Subject: [PATCH] Remove unused variable. props ocean90. git-svn-id: http://svn.automattic.com/wordpress/trunk@17769 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/meta-boxes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index ff537ba913..7d43d598d4 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -248,7 +248,6 @@ function post_format_meta_box( $post, $box ) { $post_format = get_post_format( $post->ID ); if ( !$post_format ) $post_format = '0'; - $post_format_display = get_post_format_string( $post_format ); // Add in the current one if it isn't there yet, in case the current theme doesn't support it if ( $post_format && !in_array( $post_format, $post_formats[0] ) ) $post_formats[0][] = $post_format;