diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 1aa0a0c950..34d1d26d9f 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -895,7 +895,10 @@ function inline_edit_row( $screen ) {

- +post_type, 'title' ) ) : + if ( $bulk ) : ?>
@@ -907,16 +910,15 @@ function inline_edit_row( $screen ) { - - - - - + + +
@@ -925,6 +927,7 @@ function inline_edit_row( $screen ) { post_type, 'author' ) ) : $authors = get_editable_user_ids( $current_user->id, true, $screen->post_type ); // TODO: ROLE SYSTEM $authors_dropdown = ''; if ( $authors && count( $authors ) > 1 ) : @@ -939,7 +942,11 @@ function inline_edit_row( $screen ) { endif; // authors ?> - +