Update class-scheduler.php (#688)

This commit is contained in:
Jan Boddez 2024-02-09 14:08:18 +01:00 committed by GitHub
parent 98824d3a08
commit 742fbda212
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -193,7 +193,7 @@ class Scheduler {
$type = 'Delete';
}
if ( ! $type ) {
if ( empty( $type ) ) {
return;
}