Skip to content

Commit

Permalink
Merge branch 'dev-hiresuit' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinjohn22 committed Jan 15, 2025
2 parents 6838633 + 8d5c7db commit da1c7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/templates/meta/applicant-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
?>
<ul class="awsm-applicant-details-list">
<?php
echo wp_kses_post( $applicant_details['list'] ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
echo $applicant_details['list']; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
if ( ! empty( $resume_details ) ) :
$file_size_display = isset( $resume_details['file_size']['display'] ) ? $resume_details['file_size']['display'] : '';
?>
Expand Down

0 comments on commit da1c7eb

Please sign in to comment.