From 79fe8508c85b13f3a14f694e5258020c2cbfdfad Mon Sep 17 00:00:00 2001 From: Matty Date: Thu, 14 Apr 2016 18:30:25 -0400 Subject: [PATCH] Adjusts all Google Analytics tags to be lowercase. --- includes/admin/class-wc-admin-help.php | 16 ++++++++-------- includes/admin/class-wc-admin-setup-wizard.php | 6 +++--- .../admin/views/html-notice-theme-support.php | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/includes/admin/class-wc-admin-help.php b/includes/admin/class-wc-admin-help.php index 939138bbe21..b4c5febfeeb 100644 --- a/includes/admin/class-wc-admin-help.php +++ b/includes/admin/class-wc-admin-help.php @@ -155,7 +155,7 @@ class WC_Admin_Help { 'id' => 'woocommerce_101_tab', 'title' => __( 'WooCommerce 101', 'woocommerce' ), 'content' => - '

' . __( 'WooCommerce 101', 'woocommerce' ) . ' – ' . esc_html( $video_map[ $video_key ]['title'] ) . '

' . + '

' . __( 'WooCommerce 101', 'woocommerce' ) . ' – ' . esc_html( $video_map[ $video_key ]['title'] ) . '

' . '' ) ); } @@ -166,7 +166,7 @@ class WC_Admin_Help { 'content' => '

' . __( 'Documentation', 'woocommerce' ) . '

' . '

' . __( 'Should you need help understanding, using, or extending WooCommerce, please read our documentation. You will find all kinds of resources including snippets, tutorials and much more.' , 'woocommerce' ) . '

' . - '

' . __( 'WooCommerce Documentation', 'woocommerce' ) . ' ' . __( 'Developer API Docs', 'woocommerce' ) . '

' + '

' . __( 'WooCommerce Documentation', 'woocommerce' ) . ' ' . __( 'Developer API Docs', 'woocommerce' ) . '

' ) ); @@ -175,9 +175,9 @@ class WC_Admin_Help { 'title' => __( 'Support', 'woocommerce' ), 'content' => '

' . __( 'Support', 'woocommerce' ) . '

' . - '

' . sprintf( __( 'After %sreading the documentation%s, for further assistance you can use the %scommunity forums%s on WordPress.org to talk with other users. If however you are a WooThemes customer, or need help with premium add-ons sold by WooThemes, please %suse our helpdesk%s.', 'woocommerce' ), '', '', '', '', '', '' ) . '

' . + '

' . sprintf( __( 'After %sreading the documentation%s, for further assistance you can use the %scommunity forums%s on WordPress.org to talk with other users. If however you are a WooThemes customer, or need help with premium add-ons sold by WooThemes, please %suse our helpdesk%s.', 'woocommerce' ), '', '', '', '', '', '' ) . '

' . '

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

' . - '

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

' + '

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

' ) ); $screen->add_help_tab( array( @@ -186,7 +186,7 @@ class WC_Admin_Help { 'content' => '

' . __( 'Education', 'woocommerce' ) . '

' . '

' . __( 'If you would like to learn about using WooCommerce from an expert, consider following a WooCommerce course ran by one of our educational partners.', 'woocommerce' ) . '

' . - '

' . __( 'View Education Partners', 'woocommerce' ) . '

' + '

' . __( 'View Education Partners', 'woocommerce' ) . '

' ) ); $screen->add_help_tab( array( @@ -211,11 +211,11 @@ class WC_Admin_Help { $screen->set_help_sidebar( '

' . __( 'For more information:', 'woocommerce' ) . '

' . - '

' . __( 'About WooCommerce', 'woocommerce' ) . '

' . + '

' . __( 'About WooCommerce', 'woocommerce' ) . '

' . '

' . __( 'WordPress.org Project', 'woocommerce' ) . '

' . '

' . __( 'Github Project', 'woocommerce' ) . '

' . - '

' . __( 'Official Themes', 'woocommerce' ) . '

' . - '

' . __( 'Official Extensions', 'woocommerce' ) . '

' + '

' . __( 'Official Themes', 'woocommerce' ) . '

' . + '

' . __( 'Official Extensions', 'woocommerce' ) . '

' ); } diff --git a/includes/admin/class-wc-admin-setup-wizard.php b/includes/admin/class-wc-admin-setup-wizard.php index a8b3ebab43e..5f6b9e075e0 100644 --- a/includes/admin/class-wc-admin-setup-wizard.php +++ b/includes/admin/class-wc-admin-setup-wizard.php @@ -692,10 +692,10 @@ class WC_Admin_Setup_Wizard {

diff --git a/includes/admin/views/html-notice-theme-support.php b/includes/admin/views/html-notice-theme-support.php index 2ac0276fcb2..3d97167fa76 100644 --- a/includes/admin/views/html-notice-theme-support.php +++ b/includes/admin/views/html-notice-theme-support.php @@ -11,7 +11,7 @@ if ( ! defined( 'ABSPATH' ) ) {

Your theme does not declare WooCommerce support – Please read our %sintegration%s guide or check out our %sStorefront%s theme which is totally free to download and designed specifically for use with WooCommerce.', 'woocommerce' ), '', '', '', '' ); ?>

- +