From 363faf4ebaae7751710e5f1f289f8e0766107a86 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 25 Jan 2011 19:36:50 +0000 Subject: [PATCH] Add name to reassign user dropdown. Props nacin. fixes #16361 git-svn-id: https://develop.svn.wordpress.org/trunk@17363 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/users.php b/wp-admin/users.php index 78d9ad8421..65ce4a5866 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -181,7 +181,7 @@ case 'delete':
  • '.__('Attribute all posts and links to:').''; - wp_dropdown_users( array( 'exclude' => array_diff( $userids, array($current_user->ID) ) ) ); ?>
  • + wp_dropdown_users( array( 'name' => 'reassign_user', 'exclude' => array_diff( $userids, array($current_user->ID) ) ) ); ?>