Ticket #5675: 5675.r6618.diff
File 5675.r6618.diff, 933 bytes (added by , 17 years ago) |
---|
-
wp-admin/includes/template.php
364 364 $r = "<tr id='user-$user_object->ID'$style> 365 365 <td><input type='checkbox' name='users[]' id='user_{$user_object->ID}' class='$role' value='{$user_object->ID}' /> <label for='user_{$user_object->ID}'>{$user_object->ID}</label></td> 366 366 <td><label for='user_{$user_object->ID}'><strong>$user_object->user_login</strong></label></td> 367 <td><label for='user_{$user_object->ID}'><strong>$user_object->user_nicename</strong></label></td> 367 368 <td><label for='user_{$user_object->ID}'>$user_object->first_name $user_object->last_name</label></td> 368 369 <td><a href='mailto:$email' title='" . sprintf( __('e-mail: %s' ), $email ) . "'>$email</a></td> 369 370 <td><a href='$url' title='website: $url'>$short_url</a></td>";