diff --git a/classes/controllers/FrmAppController.php b/classes/controllers/FrmAppController.php index 490e04ec0a..5f7cefee91 100644 --- a/classes/controllers/FrmAppController.php +++ b/classes/controllers/FrmAppController.php @@ -1419,6 +1419,7 @@ public static function show_error_modal( $error_args ) { 'cancel_classes' => '', 'continue_url' => '', 'continue_classes' => '', + 'continue_target' => '', 'icon' => 'frm_lock_simple', ); diff --git a/classes/helpers/FrmAppHelper.php b/classes/helpers/FrmAppHelper.php index 7d1532ea75..46443b2b4c 100644 --- a/classes/helpers/FrmAppHelper.php +++ b/classes/helpers/FrmAppHelper.php @@ -1632,7 +1632,7 @@ public static function print_admin_banner( $should_show_lite_upgrade ) { printf( /* translators: %1$s: Start link HTML, %2$s: CTA text ("upgrading to PRO" by default), %3$s: End link HTML */ esc_html__( 'You\'re using Formidable Forms Lite. To unlock more features consider %1$s%2$s%3$s.', 'formidable' ), - '', + '', esc_html( $cta_text ), '' ); diff --git a/classes/models/FrmAntiSpam.php b/classes/models/FrmAntiSpam.php index cdb490b2ca..117848f3e8 100644 --- a/classes/models/FrmAntiSpam.php +++ b/classes/models/FrmAntiSpam.php @@ -309,7 +309,7 @@ private function maybe_get_support_text() { return ' ' . sprintf( // translators: %1$s start link, %2$s end link. esc_html__( 'Please check out our %1$stroubleshooting guide%2$s for details on resolving this issue.', 'formidable' ), - '', + '', '' ); } diff --git a/classes/models/FrmMigrate.php b/classes/models/FrmMigrate.php index cee115c6da..eac9b08678 100644 --- a/classes/models/FrmMigrate.php +++ b/classes/models/FrmMigrate.php @@ -160,8 +160,8 @@ private function check_that_tables_exist() { $message = array( 'key' => 'failed-to-create-tables', 'subject' => 'Something went wrong setting up the database', - 'message' => 'For steps to continue, see our documentation. If you need assistance, we recommend that you reach out to your hosting provider. Then click here to try again.', // phpcs:ignore SlevomatCodingStandard.Files.LineLength.LineTooLong - 'cta' => 'Learn More', + 'message' => 'For steps to continue, see our documentation. If you need assistance, we recommend that you reach out to your hosting provider. Then click here to try again.', // phpcs:ignore SlevomatCodingStandard.Files.LineLength.LineTooLong + 'cta' => 'Learn More', // phpcs:ignore SlevomatCodingStandard.Files.LineLength.LineTooLong 'type' => 'error', ); diff --git a/classes/views/addons/min-version-notice.php b/classes/views/addons/min-version-notice.php index f8b1f0ad05..79fa97ff42 100644 --- a/classes/views/addons/min-version-notice.php +++ b/classes/views/addons/min-version-notice.php @@ -13,7 +13,7 @@ 'content' => 'min-pro-version-notice', ); ?> - Please renew now to get the latest version. + Please renew now to get the latest version. Please update now. diff --git a/classes/views/applications/header.php b/classes/views/applications/header.php index 39b1342a41..d66acb924c 100644 --- a/classes/views/applications/header.php +++ b/classes/views/applications/header.php @@ -28,7 +28,7 @@ - + diff --git a/classes/views/frm-forms/error-modal.php b/classes/views/frm-forms/error-modal.php index b4f18427fe..76ef6c7d66 100644 --- a/classes/views/frm-forms/error-modal.php +++ b/classes/views/frm-forms/error-modal.php @@ -26,7 +26,7 @@ if ( ! empty( $error_args['continue_text'] ) ) : ?> - + > diff --git a/classes/views/frm-settings/license_box.php b/classes/views/frm-settings/license_box.php index 69b3ba1e4c..456730aa1f 100644 --- a/classes/views/frm-settings/license_box.php +++ b/classes/views/frm-settings/license_box.php @@ -41,7 +41,7 @@ ?>
- + @@ -59,7 +59,7 @@ printf( /* translators: %1$s: Start link HTML, %2$s: CTA Text (Default is "upgrading to PRO"), %3$s: End link HTML */ esc_html__( 'To unlock more features consider %1$s%2$s%3$s.', 'formidable' ), - '', + '', esc_html( $unlock_more_upgrade_text ), '' ); diff --git a/classes/views/inbox/list.php b/classes/views/inbox/list.php index 0aadcffbff..a0f9b516a1 100644 --- a/classes/views/inbox/list.php +++ b/classes/views/inbox/list.php @@ -59,7 +59,16 @@