| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | namespace Elementor; |
| 3 | 3 | |
| 4 | 4 | if ( ! defined( 'ABSPATH' ) ) { |
| 5 | - exit; // Exit if accessed directly. | |
| 5 | + exit; // Exit if accessed directly | |
| 6 | 6 | } |
| 7 | 7 | $user = wp_get_current_user(); |
| 8 | 8 | |
| 9 | 9 | $ajax = Plugin::$instance->common->get_component( 'ajax' ); |
| @@ -38,9 +38,9 @@ | ||
| 38 | 38 | </button> |
| 39 | 39 | </div> |
| 40 | 40 | <div id="elementor-beta-tester-form__terms"> |
| 41 | 41 | <?php |
| 42 | - printf( | |
| 42 | + echo sprintf( | |
| 43 | 43 | /* translators: 1. "Terms of service" link, 2. "Privacy policy" link */ |
| 44 | 44 | esc_html__( 'By clicking Sign Up, you agree to Elementor\'s %1$s and %2$s', 'elementor' ), |
| 45 | 45 | sprintf( |
| 46 | 46 | '<a href="%1$s" target="_blank">%2$s</a>', |