Remove assignment that is later overridden. props PeteMall.

git-svn-id: https://develop.svn.wordpress.org/trunk@17319 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-01-16 05:47:21 +00:00
parent 4c70887da7
commit 8030796b65
1 changed files with 0 additions and 1 deletions

View File

@ -230,7 +230,6 @@ class WP_Users_List_Table extends WP_List_Table {
} else {
$edit_link = esc_url( add_query_arg( 'wp_http_referer', urlencode( esc_url( stripslashes( $_SERVER['REQUEST_URI'] ) ) ), "user-edit.php?user_id=$user_object->ID" ) );
}
$edit = "<strong><a href=\"$edit_link\">$user_object->user_login</a></strong><br />";
// Set up the hover actions for this user
$actions = array();