Change woothemes.com to woocommerce.com, closes #11966
This commit is contained in:
parent
232ad888ec
commit
e972c1aac2
|
@ -150,7 +150,7 @@ class WC_Admin_Setup_Wizard {
|
|||
<?php do_action( 'admin_head' ); ?>
|
||||
</head>
|
||||
<body class="wc-setup wp-core-ui">
|
||||
<h1 id="wc-logo"><a href="https://woothemes.com/woocommerce"><img src="<?php echo WC()->plugin_url(); ?>/assets/images/woocommerce_logo.png" alt="WooCommerce" /></a></h1>
|
||||
<h1 id="wc-logo"><a href="https://woocommerce.com/"><img src="<?php echo WC()->plugin_url(); ?>/assets/images/woocommerce_logo.png" alt="WooCommerce" /></a></h1>
|
||||
<?php
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* happen. When this occurs the version of the template file will be bumped and
|
||||
* the readme will list any important changes.
|
||||
*
|
||||
* @see https://docs.woothemes.com/document/template-structure/
|
||||
* @see https://docs.woocommerce.com/document/template-structure/
|
||||
* @author WooThemes
|
||||
* @package WooCommerce/Templates/Emails
|
||||
* @version 2.7.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Description: An e-commerce toolkit that helps you sell anything. Beautifully.
|
||||
* Version: 2.7.0-dev
|
||||
* Author: WooThemes
|
||||
* Author URI: https://woothemes.com
|
||||
* Author URI: https://woocommerce.com
|
||||
* Requires at least: 4.4
|
||||
* Tested up to: 4.6
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue