Skip to content

Commit d2260ab

Browse files
authored
fix: Minor settings bug patched. (#753)
1 parent e3e16e2 commit d2260ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

includes/admin/class-general.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ public static function get_fields() {
9393
if ( empty( $value ) ) {
9494
return [];
9595
}
96+
97+
return $value;
9698
},
9799
],
98100
[

0 commit comments

Comments
 (0)