From 2526ba49a89506853c887a2c2ffc641bec796264 Mon Sep 17 00:00:00 2001 From: rspublishing Date: Tue, 13 Sep 2016 13:47:40 +0200 Subject: [PATCH 1/4] Replace WooThemes.com with WooCommerce.com --- includes/admin/views/html-admin-page-addons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/views/html-admin-page-addons.php b/includes/admin/views/html-admin-page-addons.php index 5c2efba0b8b..b0a59b3eb7c 100644 --- a/includes/admin/views/html-admin-page-addons.php +++ b/includes/admin/views/html-admin-page-addons.php @@ -42,7 +42,7 @@ if ( ! defined( 'ABSPATH' ) ) { -

WooCommerce Extensions Catalog', 'woocommerce' ), 'https://woocommerce.com/product-category/woocommerce-extensions/' ); ?>

+

WooCommerce Extensions Catalog', 'woocommerce' ), 'https://woocommerce.com/product-category/woocommerce-extensions/' ); ?>

From 9ec739c1676acc6bdb1da4446000a9401b3cb497 Mon Sep 17 00:00:00 2001 From: rspublishing Date: Tue, 13 Sep 2016 13:50:52 +0200 Subject: [PATCH 2/4] Link to SSL/HTTPS doc from checkout settings --- includes/admin/settings/class-wc-settings-checkout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/settings/class-wc-settings-checkout.php b/includes/admin/settings/class-wc-settings-checkout.php index 927058e8299..8ef2431b835 100644 --- a/includes/admin/settings/class-wc-settings-checkout.php +++ b/includes/admin/settings/class-wc-settings-checkout.php @@ -108,7 +108,7 @@ class WC_Settings_Payment_Gateways extends WC_Settings_Page { 'type' => 'checkbox', 'checkboxgroup' => '', 'show_if_checked' => 'option', - 'desc_tip' => __( 'Force SSL (HTTPS) on the checkout pages (an SSL Certificate is required).', 'woocommerce' ), + 'desc_tip' => sprintf( __( 'Force SSL (HTTPS) on the checkout pages (an SSL Certificate is required).', 'woocommerce' ), 'https://docs.woocommerce.com/document/ssl-and-https/#section-3' ), ), 'unforce_ssl_checkout' => array( From 82652958620ff3bb5269e1f027727d755a2f058d Mon Sep 17 00:00:00 2001 From: rspublishing Date: Tue, 13 Sep 2016 13:56:49 +0200 Subject: [PATCH 3/4] Minor text changes --- includes/admin/class-wc-admin-taxonomies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/class-wc-admin-taxonomies.php b/includes/admin/class-wc-admin-taxonomies.php index 65eee936064..4e7a00ef785 100644 --- a/includes/admin/class-wc-admin-taxonomies.php +++ b/includes/admin/class-wc-admin-taxonomies.php @@ -290,7 +290,7 @@ class WC_Admin_Taxonomies { * Description for product_cat page to aid users. */ public function product_cat_description() { - echo wpautop( __( 'Product categories for your store can be managed here. To change the order of categories on the front-end you can drag and drop to sort them. To see more categories listed click the "screen options" link at the top of the page.', 'woocommerce' ) ); + echo wpautop( __( 'Product categories for your store can be managed here. To change the order of categories on the front-end you can drag and drop to sort them. To see more categories listed click the "screen options" link at the top-right of this page.', 'woocommerce' ) ); } /** From e640707f892510c5fa1840dacf4dc4eff2c4fdd6 Mon Sep 17 00:00:00 2001 From: rspublishing Date: Tue, 13 Sep 2016 14:39:16 +0200 Subject: [PATCH 4/4] Use numbered index in sprintf --- includes/admin/settings/class-wc-settings-checkout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/settings/class-wc-settings-checkout.php b/includes/admin/settings/class-wc-settings-checkout.php index 8ef2431b835..b7750dc7a26 100644 --- a/includes/admin/settings/class-wc-settings-checkout.php +++ b/includes/admin/settings/class-wc-settings-checkout.php @@ -108,7 +108,7 @@ class WC_Settings_Payment_Gateways extends WC_Settings_Page { 'type' => 'checkbox', 'checkboxgroup' => '', 'show_if_checked' => 'option', - 'desc_tip' => sprintf( __( 'Force SSL (HTTPS) on the checkout pages (an SSL Certificate is required).', 'woocommerce' ), 'https://docs.woocommerce.com/document/ssl-and-https/#section-3' ), + 'desc_tip' => sprintf( __( 'Force SSL (HTTPS) on the checkout pages (%1$san SSL Certificate is required%2$s).', 'woocommerce' ), '', '' ) ), 'unforce_ssl_checkout' => array(