From 011cc6550e9b7b896e42a8983e2dbd46d9fb8dba Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 25 Jan 2011 19:36:50 +0000 Subject: [PATCH] Add name to reassign user dropdown. Props nacin. fixes #16361 git-svn-id: http://svn.automattic.com/wordpress/trunk@17363 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 78d9ad842..65ce4a586 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) ) ) ); ?>