* WPCS;
This commit is contained in:
Mykyta Synelnikov
2024-11-06 14:30:27 +02:00
parent 065dfa54ed
commit c28135f212
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -272,9 +272,9 @@ if ( ! class_exists( 'um\action_scheduler\Init' ) ) {
public function set_group( $group ) {
if ( empty( $group ) ) {
return $this->default_group;
} else {
return $this->default_group . '_' . $group;
}
return $this->default_group . '_' . $group;
}
}
}