Skip to content

Commit

Permalink
Merge pull request #130 from wpcomvip/AC-1515
Browse files Browse the repository at this point in the history
AC-1515 Do not escape the value of content_section_1
  • Loading branch information
gfriedmansp authored Jul 8, 2020
2 parents c32eea9 + 627cd28 commit a1a93de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/jolteon/page-about.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>
<div class="about-hero__content">
<h1 class="u-text--h2 u-divider u-divider--lg u-divider--orange"><?php echo esc_html(get_field('title_section_1')); ?></h1>
<p><?php echo esc_html(get_field('content_section_1')); ?></p>
<p><?php echo wp_kses_post(get_field('content_section_1')); ?></p>
</div>
</div>
</div>
Expand Down

0 comments on commit a1a93de

Please sign in to comment.