diff --git a/wp-includes/author-template.php b/wp-includes/author-template.php index 8f9ce7e18..a8761a448 100644 --- a/wp-includes/author-template.php +++ b/wp-includes/author-template.php @@ -1,8 +1,18 @@ get_results("SELECT ID, user_nicename from $wpdb->users " . ($exclude_admin ? "WHERE user_login <> 'admin' " : '') . "ORDER BY display_name"); $author_count = array();