Remove target blank on blank slate

This commit is contained in:
Mike Jolley 2016-06-07 16:14:21 +01:00
parent 18aa091c02
commit 59a33d2188
1 changed files with 1 additions and 1 deletions

View File

@ -2343,7 +2343,7 @@ class WC_Admin_Post_Types {
case 'product' :
?>
<h2 class="woocommerce-BlankState-message"><?php _e( 'Ready to start selling something awesome?', 'woocommerce' ); ?></h2>
<a class="woocommerce-BlankState-cta button-primary button" target="_blank" href="<?php echo esc_url( admin_url( 'post-new.php?post_type=product&tutorial=true' ) ); ?>"><?php _e( 'Create your first product!', 'woocommerce' ); ?></a>
<a class="woocommerce-BlankState-cta button-primary button" href="<?php echo esc_url( admin_url( 'post-new.php?post_type=product&tutorial=true' ) ); ?>"><?php _e( 'Create your first product!', 'woocommerce' ); ?></a>
<?php
break;
}