Merge pull request #11965 from woothemes/iMazed-patch-1
Change Twitter handle to WooCommerce
This commit is contained in:
commit
150ce8b7ee
|
@ -745,7 +745,7 @@ class WC_Admin_Setup_Wizard {
|
|||
$this->wc_setup_ready_actions();
|
||||
shuffle( $this->tweets );
|
||||
?>
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://woocommerce.com/" data-text="<?php echo esc_attr( $this->tweets[0] ); ?>" data-via="WooThemes" data-size="large">Tweet</a>
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://woocommerce.com/" data-text="<?php echo esc_attr( $this->tweets[0] ); ?>" data-via="WooCommerce" data-size="large">Tweet</a>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
||||
|
||||
<h1><?php _e( 'Your Store is Ready!', 'woocommerce' ); ?></h1>
|
||||
|
|
Loading…
Reference in New Issue