From 2d69a0d9c9f59637cb0b57469124ce1546f4250a Mon Sep 17 00:00:00 2001 From: Patrick Rauland Date: Tue, 9 Jun 2015 13:55:05 -0600 Subject: [PATCH] removing references to the community forum --- includes/admin/class-wc-admin-help.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/admin/class-wc-admin-help.php b/includes/admin/class-wc-admin-help.php index f7067d4ae07..3b54abf7c55 100644 --- a/includes/admin/class-wc-admin-help.php +++ b/includes/admin/class-wc-admin-help.php @@ -52,11 +52,11 @@ class WC_Admin_Help { 'title' => __( 'Support', 'woocommerce' ), 'content' => - '

' . sprintf( __( 'After %sreading the documentation%s, for further assistance you can use our %scommunity forum%s if you get stuck. For help with premium add-ons from WooThemes, or if you are a WooThemes customer, you can %suse our helpdesk%s.', 'woocommerce' ), '', '', '', '', '', '' ) . '

' . + '

' . sprintf( __( 'After %sreading the documentation%s, for further assistance you can use the %sWordPress.org support forum%s. For help with premium add-ons from WooThemes, or if you are a WooThemes customer, you can %suse our helpdesk%s.', 'woocommerce' ), '', '', '', '', '', '' ) . '

' . '

' . __( 'Before asking for help we recommend checking the status page to identify any problems with your configuration.', 'woocommerce' ) . '

' . - '

' . __( 'System Status', 'woocommerce' ) . ' ' . __( 'WooThemes Community Support', 'woocommerce' ) . ' ' . __( 'WooThemes Customer Support', 'woocommerce' ) . '

' + '

' . __( 'System Status', 'woocommerce' ) . ' ' . __( 'WordPress.org Support Forum', 'woocommerce' ) . ' ' . __( 'WooThemes Customer Support', 'woocommerce' ) . '

' ) );