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

git-svn-id: http://svn.automattic.com/wordpress/trunk@16879 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2010-12-11 09:40:49 +00:00
parent ff33f41daf
commit 568043870d
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";
}
?>