Commit e6cc80e1 by rajshah

fixed content sanitization removed

parent 550910e0
...@@ -39,7 +39,7 @@ if (!empty($case_study_content) && isset($case_study_content) && is_array($case_ ...@@ -39,7 +39,7 @@ if (!empty($case_study_content) && isset($case_study_content) && is_array($case_
?> ?>
<h2 id="<?php echo esc_attr($case_study_content_title_id); ?>"><?php echo esc_html($case_study_content_title); ?></h2> <h2 id="<?php echo esc_attr($case_study_content_title_id); ?>"><?php echo esc_html($case_study_content_title); ?></h2>
<?php endif; <?php endif;
if (!empty($case_study_content_desc)): echo esc_html($case_study_content_desc); if (!empty($case_study_content_desc)): echo $case_study_content_desc;
endif; ?> endif; ?>
<?php endforeach; ?> <?php endforeach; ?>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment