From a489d492b856bf9008e1d5341aef048cf07828c6 Mon Sep 17 00:00:00 2001 From: Andrew Wikel Date: Fri, 9 Sep 2016 14:50:26 -0500 Subject: [PATCH 1/2] Change the "Premium Support" link to updated link Change the domain to WooCommerce.com and then used the link from the menu on WooCommerce.com --- includes/class-wc-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-install.php b/includes/class-wc-install.php index 9955b2b095d..4683251855a 100644 --- a/includes/class-wc-install.php +++ b/includes/class-wc-install.php @@ -858,7 +858,7 @@ CREATE TABLE {$wpdb->prefix}woocommerce_termmeta ( $row_meta = array( 'docs' => '' . __( 'Docs', 'woocommerce' ) . '', 'apidocs' => '' . __( 'API Docs', 'woocommerce' ) . '', - 'support' => '' . __( 'Premium Support', 'woocommerce' ) . '', + 'support' => '' . __( 'Premium Support', 'woocommerce' ) . '', ); return array_merge( $links, $row_meta ); From 63b6323b5455a0f3f04f1d22a2b59cbe029c132c Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Mon, 12 Sep 2016 14:41:03 +0100 Subject: [PATCH 2/2] no www. --- includes/class-wc-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-install.php b/includes/class-wc-install.php index 4683251855a..88fa103a329 100644 --- a/includes/class-wc-install.php +++ b/includes/class-wc-install.php @@ -858,7 +858,7 @@ CREATE TABLE {$wpdb->prefix}woocommerce_termmeta ( $row_meta = array( 'docs' => '' . __( 'Docs', 'woocommerce' ) . '', 'apidocs' => '' . __( 'API Docs', 'woocommerce' ) . '', - 'support' => '' . __( 'Premium Support', 'woocommerce' ) . '', + 'support' => '' . __( 'Premium Support', 'woocommerce' ) . '', ); return array_merge( $links, $row_meta );