Index: template.php
===================================================================
--- template.php	(revision 14226)
+++ template.php	(working copy)
@@ -1825,7 +1825,7 @@
 		// Set up the hover actions for this user
 		$actions = array();
 
-		if ( current_user_can('edit_user',  $user_object->ID) ) {
+		if ( current_user_can('edit_users') ) {
 			$edit = "<strong><a href=\"$edit_link\">$user_object->user_login</a></strong><br />";
 			$actions['edit'] = '<a href="' . $edit_link . '">' . __('Edit') . '</a>';
 		} else {
