Remove unused variable. props ocean90.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17769 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-04-29 18:21:38 +00:00
parent b065fc6c3d
commit b59bcc8720
1 changed files with 0 additions and 1 deletions

View File

@ -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;