From 71c234b68fde286893f2e3b41052b1046ba23912 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Wed, 15 Oct 2008 21:48:19 +0000 Subject: [PATCH] Remove JS confirmation of individual user deletion. It is redundant. git-svn-id: https://develop.svn.wordpress.org/trunk@9192 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index d6485a5405..298e326802 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1683,7 +1683,7 @@ function user_row( $user_object, $style = '', $role = '' ) { $edit = "$user_object->user_login
"; $actions = array(); $actions['edit'] = '' . __('Edit') . ''; - $actions['delete'] = "user_login )) . "') ) { return true;}return false;\">" . __('Delete') . ""; + $actions['delete'] = "" . __('Delete') . ""; $action_count = count($actions); $i = 0; foreach ( $actions as $action => $link ) {