Remove assignment that is later overridden. props PeteMall.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17319 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-01-16 05:47:21 +00:00
parent e5a88166a9
commit a099ac06a7
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();