Add Bootstrap classes order-again.php

This commit is contained in:
IanDelMar 2023-07-11 18:11:37 +02:00
parent dfd25bee14
commit 11c7e190ba
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ defined( 'ABSPATH' ) || exit;
?>
<p class="order-again">
<a href="<?php echo esc_url( $order_again_url ); ?>" class="button<?php echo esc_attr( $wp_button_class ); ?>"><?php esc_html_e( 'Order again', 'woocommerce' ); ?></a>
<a href="<?php echo esc_url( $order_again_url ); ?>" class="btn btn-outline-primary"><?php esc_html_e( 'Order again', 'woocommerce' ); ?></a>
</p>