From e0f5abc2d3b537666920872ad3cf9613caf24064 Mon Sep 17 00:00:00 2001 From: azaozz Date: Thu, 26 Nov 2009 11:41:37 +0000 Subject: [PATCH] Fix notice in bulk edit posts, props dd32, fixes #11184 git-svn-id: http://svn.automattic.com/wordpress/trunk@12285 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 2a75fe57bd..5060cc1ad8 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1060,15 +1060,15 @@ function inline_edit_row( $type ) { id, true, $type ); // TODO: ROLE SYSTEM + $authors_dropdown = ''; if ( $authors && count( $authors ) > 1 ) : $users_opt = array('include' => $authors, 'name' => 'post_author', 'class'=> 'authors', 'multi' => 1, 'echo' => 0); if ( $bulk ) $users_opt['show_option_none'] = __('- No Change -'); - - $authors_dropdown = ''; + $authors_dropdown = ''; endif; // authors ?>