| @@ -15,9 +15,9 @@ | ||
| 15 | 15 | ?> |
| 16 | 16 | <?php |
| 17 | 17 | if ( ! is_user_logged_in() ) { |
| 18 | 18 | $enable_login_on_page_checkout = LP_Settings::get_option( 'enable_login_checkout', 'yes' ) === 'yes'; |
| 19 | - $login_text = sprintf( | |
| 19 | + $login_text = sprintf( | |
| 20 | 20 | '<a class="lp-link-login" href="%s">%s</a>', |
| 21 | 21 | learn_press_get_login_url( LP_Helper::getUrlCurrent() ), |
| 22 | 22 | __( 'login', 'learnpress' ) |
| 23 | 23 | ); |
| @@ -39,10 +39,10 @@ | ||
| 39 | 39 | |
| 40 | 40 | learn_press_show_message(); |
| 41 | 41 | ?> |
| 42 | 42 | <form method="post" id="learn-press-checkout-form" name="learn-press-checkout-form" class="lp-checkout-form" |
| 43 | - tabindex="0" action="<?php echo esc_url_raw( learn_press_get_checkout_url() ); ?>" | |
| 44 | - enctype="multipart/form-data"> | |
| 43 | + tabindex="0" action="<?php echo esc_url_raw( learn_press_get_checkout_url() ); ?>" | |
| 44 | + enctype="multipart/form-data"> | |
| 45 | 45 | <?php |
| 46 | 46 | if ( has_action( 'learn-press/before-checkout-form' ) ) { |
| 47 | 47 | ?> |
| 48 | 48 | <div class="lp-checkout-form__before"> |