There was an error while loading. Please reload this page.
2 parents 097b0c4 + 192ebdf commit 686b796Copy full SHA for 686b796
1 file changed
src/bootstrap.php
@@ -664,14 +664,14 @@ function action_handle_posts() {
664
}
665
check_admin_referer( 'bulk-crontrol-events' );
666
667
- if ( empty( $_POST['crontrol_delete'] ) ) {
+ if ( empty( $_POST['crontrol_bulk'] ) ) {
668
return;
669
670
671
/**
672
* @var array<string,array<string,string>>
673
*/
674
- $delete = (array) wp_unslash( $_POST['crontrol_delete'] );
+ $delete = (array) wp_unslash( $_POST['crontrol_bulk'] );
675
$deleted = 0;
676
677
foreach ( $delete as $next_run_utc => $events ) {
0 commit comments