Skip to content

Commit

Permalink
Merge pull request #2615 from QuizandSurveyMaster/dev-zubair
Browse files Browse the repository at this point in the history
update parsing script
  • Loading branch information
zubairraeen authored Jul 26, 2024
2 parents 74b7cf0 + 0ed8067 commit e41fe38
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions css/qsm-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -3081,6 +3081,8 @@ input#duplicate_questions {
}
.qsm-primary-acnhor .qsm-bundles-widget .qsm-bundles-icon img{
height: 35px;
width: 35px;
object-fit: contain;
}
.custom-add-upper li a.current {
outline: none;
Expand All @@ -3090,12 +3092,15 @@ input#duplicate_questions {
border: none;
}
.qsm-primary-acnhor .qsm-bundles-widget .qsm-bundles-dynamic-0{
background-color: #01B592;
background-color: #3B9A7A;
}
.qsm-primary-acnhor .qsm-bundles-widget .qsm-bundles-dynamic-1{
background-color: #EC706F;
background-color: #01B592;
}
.qsm-primary-acnhor .qsm-bundles-widget .qsm-bundles-dynamic-2{
background-color: #EC706F;
}
.qsm-primary-acnhor .qsm-bundles-widget .qsm-bundles-dynamic-3{
background-color: #2270B1;
}
.custom-addon-sub-div .custom-addon-details {
Expand Down
2 changes: 1 addition & 1 deletion data/parsing_script.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion php/admin/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ function qsm_get_market_themes() {
* @since 7.3.5
*/
function qsm_sanitize_rec_array( $array, $textarea = false ) {
if ( !is_array( $array ) ) {
if ( ! is_array( $array ) ) {
return $textarea ? sanitize_textarea_field( $value ) : sanitize_text_field( $value );
}
foreach ( $array as $key => $value ) {
Expand Down

0 comments on commit e41fe38

Please sign in to comment.