From 500c8f1ab8f07716d20d1d185bb511a7ba185588 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 10 Feb 2008 07:28:14 +0000 Subject: [PATCH] Fix users table formatting. Props Potter_System and markjaquith. fixes #5784 git-svn-id: http://svn.automattic.com/wordpress/trunk@6776 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 3 ++- wp-admin/users.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 16e38df6b..bad041861 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -429,7 +429,8 @@ function user_row( $user_object, $style = '', $role = '' ) { $short_url = substr( $short_url, 0, 32 ).'...'; $numposts = get_usernumposts( $user_object->ID ); $r = " - + + $email diff --git a/wp-admin/users.php b/wp-admin/users.php index f305de6b1..aada46a5a 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -291,12 +291,13 @@ foreach($roleclasses as $role => $roleclass) { - + +