Skip to content

Commit

Permalink
Roles bulk delete not working #1259
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Jan 14, 2025
1 parent d073073 commit 3262a9f
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions includes/roles/roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,15 @@
$table->prepare_items();
pp_capabilities_roles()->notify->display();
?>
<form action="" method="post">
<hr class="wp-header-end">
<div id="ajax-response"></div>

<hr class="wp-header-end">
<div id="ajax-response"></div>

<div id="col-container" class="wp-clearfix">
<div class="col-wrap">
<form action="" method="post">
<div id="col-container" class="wp-clearfix">
<div class="col-wrap">
<?php $table->display(); //Display the table ?>
</form>
</div>
</div>
</div>
<form method="get">
<?php $table->inline_edit() ?>
</form>
</div>
<?php } ?>
Expand Down

0 comments on commit 3262a9f

Please sign in to comment.