From 26df2b24d15e6ef98a8d3b294b0efd1a91b72b9d Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 16 Dec 2007 23:47:58 +0000 Subject: [PATCH] author-template phpdoc from darkdragon. fixes #4393 git-svn-id: http://svn.automattic.com/wordpress/trunk@6395 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/author-template.php | 223 ++++++++++++++++++++------------ 1 file changed, 143 insertions(+), 80 deletions(-) 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();