Skip to content

Commit

Permalink
call bw_is_table(true) to reset to use table for the Fields metabox #207
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Aug 5, 2023
1 parent 32f5239 commit 1b8f1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shortcodes/oik-contact-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ function _bw_show_contact_form_oik( $atts, $user=null, $content=null ) {
}
if ( function_exists( 'bw_is_table')) {
bw_table_or_grid_end();
bw_is_table( true );
} else {
etag( 'table');
}
Expand Down

0 comments on commit 1b8f1b6

Please sign in to comment.