Make WordPress Core

Changeset 16879


Ignore:
Timestamp:
12/11/2010 09:40:49 AM (16 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-ms-users-list-table.php

    r16833 r16879  
    144144                        foreach ( $status_list as $status => $col ) {
    145145                                if ( $user->$status )
    146                                         $class = $col;
     146                                        $alt .= " $col";
    147147                        }
    148148
Note: See TracChangeset for help on using the changeset viewer.