Fix row hilighting when user is spam. See #15558 props beaulebens.

git-svn-id: https://develop.svn.wordpress.org/trunk@16879 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2010-12-11 09:40:49 +00:00
parent accc855bdc
commit 721f2b01cf
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class WP_MS_Users_List_Table extends WP_List_Table {
foreach ( $status_list as $status => $col ) {
if ( $user->$status )
$class = $col;
$alt .= " $col";
}
?>