From 45ded6c49a60f6a44436b5124fcfe2b8ccac256a Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@6776 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 16e38df6b6..bad0418611 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 f305de6b13..aada46a5a5 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -291,12 +291,13 @@ foreach($roleclasses as $role => $roleclass) { - + +