Skip to content

Commit

Permalink
Merged with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-pranav committed Oct 23, 2024
2 parents fd8282a + 28d7f13 commit e41d8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions php/classes/class-qsm-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -472,11 +472,7 @@ public function get_quiz_options() {

$text = $this->get_setting('quiz_text');
if ( is_array($text) ) {
foreach ( $text as $key => $value ) {
if ( ! empty($value) ) {
$quiz_options[ $key ] = $value;
}
}
$quiz_options = array_merge( $quiz_options, $text );
}

// Return as old object model
Expand Down
1 change: 1 addition & 0 deletions templates/qmn_primary.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #222;
}

.quiz_section>.quiz-cat {
Expand Down

0 comments on commit e41d8f3

Please sign in to comment.