From 894547bcbb1d7a62bc797e94aabfb0d322dbd89e Mon Sep 17 00:00:00 2001 From: Greg Friedman Date: Wed, 8 Jul 2020 14:59:21 -0400 Subject: [PATCH 1/2] AC-1515 Do not escape the value of content_section_1 because we want to display html values properly --- themes/jolteon/page-about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/jolteon/page-about.php b/themes/jolteon/page-about.php index 49fef6f0..710acf1e 100644 --- a/themes/jolteon/page-about.php +++ b/themes/jolteon/page-about.php @@ -25,7 +25,7 @@

-

+

From 627cd28238e9c5845b23cc67fa2f732ea8135332 Mon Sep 17 00:00:00 2001 From: Greg Friedman Date: Wed, 8 Jul 2020 16:02:40 -0400 Subject: [PATCH 2/2] AC-1515 Use wp_kses_post to allow escape fields where html is allowed --- themes/jolteon/page-about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/jolteon/page-about.php b/themes/jolteon/page-about.php index 710acf1e..0d231522 100644 --- a/themes/jolteon/page-about.php +++ b/themes/jolteon/page-about.php @@ -25,7 +25,7 @@

-

+