PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.12
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.12
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | classes/views/summary-emails/base.php +2 -2 6.296.12 View file →
@@ -2,9 +2,8 @@
2 2 /**
3 3 * Base template for summary emails
4 4 *
5 5 * @since 6.7
6 - *
7 6 * @package Formidable
8 7 *
9 8 * @var array $args Content args.
10 9 */
@@ -12,8 +11,9 @@
12 11 if ( ! defined( 'ABSPATH' ) ) {
13 12 die( 'You are not allowed to call this page directly.' );
14 13 }
15 14
15 +$frm_settings = FrmAppHelper::get_settings();
16 16 ?>
17 17
18 18 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
19 19 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office">
@@ -37,9 +37,9 @@
37 37 <!-- Some clients doesn't fully support <style> tag -->
38 38 <style type="text/css">
39 39 .frm_inbox_dismiss { display: none; }
40 40
41 - .frm-button-primary { <?php echo esc_html( FrmEmailSummaryHelper::get_button_style() ); ?> }
41 + .frm-button-primary { <?php echo esc_attr( FrmEmailSummaryHelper::get_button_style() ); ?> }
42 42 </style>
43 43 </head>
44 44
45 45 <body style="background-color: #f2f4f7; color: #475467; font-family: 'Inter', Arial, sans-serif; padding: 4.375em 0;">