Add Bootstrap classes order-again.php
This commit is contained in:
parent
dfd25bee14
commit
11c7e190ba
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue