Skip to content

Commit

Permalink
Fix the radio label not being set properly (#2555)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman authored Aug 10, 2023
1 parent 8dd7d7e commit e49fc47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/class-coblocks-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ public function coblocks_render_coblocks_field_radio_block( $atts ) {

ob_start();

$this->render_field_label( array_merge( $atts, array( 'hidden' => true ) ), $label, $radio_count );

print( '<div class="coblocks-field"><fieldset>' );

printf(
Expand Down

0 comments on commit e49fc47

Please sign in to comment.