Skip to content

Commit

Permalink
fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-pranav committed Dec 18, 2024
1 parent f33d8c1 commit 4ef2c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/admin/admin-results-details-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function qsm_generate_results_details_tab() {
//Timer design
$template .= '<div class="overview-inner-wrap">';
$template .= '<div id="submitdiv" class="postbox "><h2 class="hndle ui-sortable-handle"><span>'.__('Time Taken','quiz-master-next').'</span>';
$template .= apply_filters( 'qsm_admin_results_details_timer_after', $mlw_qmn_results_array );
$template .= apply_filters( 'qsm_admin_results_details_timer_after', '', $mlw_qmn_results_array );
$template .= '</h2>';
$template .= '<div class="inside">';
$template .= '<div class="timer-div-wrapper">';
Expand Down

0 comments on commit 4ef2c8c

Please sign in to comment.