Skip to content
Snippets Groups Projects

Devel

Merged Piotr Potrebka requested to merge devel into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -39,5 +39,5 @@ if ( $field->get_type() === 'checkbox' && $field->has_sublabel() ) :
/>
<?php if ( $field->get_type() === 'checkbox' && $field->has_sublabel() ) : ?>
<?php echo $field->get_sublabel(); ?></label>
<?php echo wp_kses_post( $field->get_sublabel() ); ?></label>
<?php endif; ?>
Loading