added target _blank to the Storefront read more button

This commit is contained in:
Nicola Mustone 2015-02-11 18:12:18 +01:00
parent 44aa8339b2
commit 2e6b571f09
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ $theme = wp_get_theme();
</p>
<p>
<a href="<?php echo esc_url( 'http://www.woothemes.com/storefront/' ); ?>" class="button">Read all about it</a>
<a href="<?php echo esc_url( 'http://www.woothemes.com/storefront/' ); ?>" target="_blank" class="button">Read all about it</a>
<a href="<?php echo esc_url( wp_nonce_url( self_admin_url( 'update.php?action=install-theme&theme=storefront' ), 'install-theme_storefront' ) ); ?>" class="button button-primary"><?php _e( 'Download & install', 'woocommerce' ); ?></a>
</p>
</div>