diff --git a/php/admin/functions.php b/php/admin/functions.php index 90552dc06..70b1cc367 100644 --- a/php/admin/functions.php +++ b/php/admin/functions.php @@ -1434,10 +1434,17 @@ function qsm_admin_upgrade_content( $args = array(), $type = 'popup' ) { * @return html */ function qsm_quiz_theme_settings( $type, $label, $name, $value, $default_value, $options = array( 'button_text' => '' ) ) { + $tooltip = ''; + if ( isset( $options['helper_text'] ) && '' !== $options['helper_text'] ) { + $tooltip .= '
'; + } ?>