| @@ -35,10 +35,10 @@ | ||
| 35 | 35 | </div> |
| 36 | 36 | </div> |
| 37 | 37 | |
| 38 | 38 | <div class="fbs_email_notification_footer"> |
| 39 | - <?php $footer_text = ''; ?> | |
| 40 | - <?php echo apply_filters('fluent_boards/email_footer', $footer_text); ?> | |
| 39 | + <?php $fluent_boards_footer_text = ''; ?> | |
| 40 | + <?php echo wp_kses_post(apply_filters('fluent_boards/email_footer', $fluent_boards_footer_text)); ?> | |
| 41 | 41 | </div> |
| 42 | 42 | </div> |
| 43 | 43 | </body> |
| 44 | 44 | </html> |