Added '<hr />' before return-to-dashboard

This commit is contained in:
shivapoudel 2014-08-28 04:39:09 +05:45
parent db872e9704
commit 768a4f89ed
1 changed files with 2 additions and 0 deletions

View File

@ -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>