From fc908a0befc97aa05b453255907d8afdac26bd9a Mon Sep 17 00:00:00 2001 From: And Finally Date: Tue, 15 Sep 2020 10:55:52 +0100 Subject: [PATCH] Change href of premium support link from `https://woocommerce.com/my-account/tickets/` to `https://woocommerce.com/my-account/create-a-ticket/`, as the original URL is deprecated. --- 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 95fc3ec85e1..5711ed891cc 100644 --- a/includes/class-wc-install.php +++ b/includes/class-wc-install.php @@ -1378,7 +1378,7 @@ CREATE TABLE {$wpdb->prefix}wc_reserved_stock ( ); if ( WCConnectionHelper::is_connected() ) { - $row_meta['premium_support'] = '' . esc_html__( 'Premium support', 'woocommerce' ) . ''; + $row_meta['premium_support'] = '' . esc_html__( 'Premium support', 'woocommerce' ) . ''; } return array_merge( $links, $row_meta );