Added '<hr />' before return-to-dashboard
This commit is contained in:
parent
db872e9704
commit
768a4f89ed
|
@ -293,6 +293,8 @@ class WC_Admin_Welcome {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
<div class="return-to-dashboard">
|
||||
<a href="<?php echo esc_url( admin_url( add_query_arg( array( 'page' => 'wc-settings' ), 'admin.php' ) ) ); ?>"><?php _e( 'Go to WooCommerce Settings', 'woocommerce' ); ?></a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue