From 62dbcb5dedd1c8d335a7ecc369cb7437e8fc0556 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 23 Sep 2006 10:14:11 +0000 Subject: [PATCH] Don't show post author box unless there is more than one author to show. git-svn-id: https://develop.svn.wordpress.org/trunk@4213 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-form-advanced.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 2294bf9e92..7b59d3ff9b 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -115,7 +115,10 @@ addLoadEvent(focusit); -id ) ) : // TODO: ROLE SYSTEM ?> +id ); // TODO: ROLE SYSTEM +if ( $authors && count( $authors ) > 1 ) : +?>

: