mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
cleanup confirm delete users, props ocean90, fixes #12386
git-svn-id: https://develop.svn.wordpress.org/trunk@13504 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -471,6 +471,7 @@ switch ( $_GET['action'] ) {
|
||||
echo '<div class="wrap" style="position:relative;">';
|
||||
confirm_delete_users( $_POST['allusers'] );
|
||||
echo '</div>';
|
||||
require_once('admin-footer.php');
|
||||
} elseif ( isset( $_POST[ 'alluser_transfer_delete' ] ) ) {
|
||||
if ( is_array( $_POST[ 'blog' ] ) && !empty( $_POST[ 'blog' ] ) ) {
|
||||
foreach ( $_POST[ 'blog' ] as $id => $users ) {
|
||||
|
||||
Reference in New Issue
Block a user