Ticket #27230: delete-form.patch
| File delete-form.patch, 674 bytes (added by , 12 years ago) |
|---|
-
wp-admin/users.php
249 249 wp_dropdown_users( array( 'name' => 'reassign_user', 'exclude' => array_diff( $userids, array($current_user->ID) ) ) ); ?></li> 250 250 </ul></fieldset> 251 251 <input type="hidden" name="action" value="dodelete" /> 252 <?php 253 // allow plugins to add items to delete form 254 do_action( 'delete_user_form', $current_user ); 255 ?> 252 256 <?php submit_button( __('Confirm Deletion'), 'secondary' ); ?> 253 257 <?php else : ?> 254 258 <p><?php _e('There are no valid users selected for deletion.'); ?></p>