Skip to content

Commit

Permalink
fix: Minor settings bug patched. (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 authored Jun 21, 2023
1 parent e3e16e2 commit d2260ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/admin/class-general.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ public static function get_fields() {
if ( empty( $value ) ) {
return [];
}

return $value;
},
],
[
Expand Down

0 comments on commit d2260ab

Please sign in to comment.