| @@ -403,9 +403,9 @@ | ||
| 403 | 403 | 'label' => esc_html__( 'Rollback Version', 'elementor' ), |
| 404 | 404 | 'field_args' => [ |
| 405 | 405 | 'type' => 'raw_html', |
| 406 | 406 | 'html' => sprintf( |
| 407 | - $rollback_html . '<a data-placeholder-text="%1$s v{VERSION}" href="#" data-placeholder-url="%2$s" class="button elementor-button-spinner elementor-rollback-button">%1$s</a>', | |
| 407 | + $rollback_html . '<button data-placeholder-text="%1$s v{VERSION}" data-placeholder-url="%2$s" class="button elementor-button-spinner elementor-rollback-button">%1$s</button>', | |
| 408 | 408 | esc_html__( 'Reinstall', 'elementor' ), |
| 409 | 409 | wp_nonce_url( admin_url( 'admin-post.php?action=elementor_rollback&version=VERSION' ), 'elementor_rollback' ) |
| 410 | 410 | ), |
| 411 | 411 | 'desc' => $this->get_warning_span( esc_html__( 'Warning: Please backup your database before making the rollback.', 'elementor' ) ), |