Skip to content

Commit 58b4578

Browse files
alacajonwaldstein
andauthored
add default value
Co-authored-by: Jon Waldstein <[email protected]>
1 parent 834cf46 commit 58b4578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/tools/class-settings-data.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function get_sections() {
153153
'give_recount_stats' => __( 'Recount stats', 'give' ),
154154
];
155155

156-
if ('enabled' === give_get_option('show_orphaned_forms_table')) {
156+
if ('enabled' === give_get_option('show_orphaned_forms_table', 'disabled')) {
157157
$sections['orphaned_forms'] = __( 'Orphaned donation forms', 'give' );
158158
}
159159

0 commit comments

Comments
 (0)