This commit is contained in:
Javier Casares 2026-03-28 10:06:01 +00:00
commit 231ef59bb9
15 changed files with 254 additions and 135 deletions

View file

@ -158,7 +158,7 @@ class Two_Factor_Extended_Bulk_Actions {
);
}
$processed++;
++$processed;
}
return $processed;
@ -203,7 +203,7 @@ class Two_Factor_Extended_Bulk_Actions {
);
}
$processed++;
++$processed;
}
return $processed;