From 0441015d681b753fce73848b65ebc52c496c1ce7 Mon Sep 17 00:00:00 2001 From: eekdood Date: Mon, 30 Jan 2023 19:00:55 +0000 Subject: [PATCH] remove gitea updater --- wc-shipping-carrier-account.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wc-shipping-carrier-account.php b/wc-shipping-carrier-account.php index 3d22cde..bfe09fb 100644 --- a/wc-shipping-carrier-account.php +++ b/wc-shipping-carrier-account.php @@ -6,7 +6,6 @@ * Version: 1.0.0 * Author: Eric Fawcett * Author URI: http://ericfawcett.com - * Gitea Plugin URI: https://dev.ericfawcett.com/ericfawcett/wc-shipping-carrier-account */ if ( ! defined( 'WPINC' ) ) @@ -160,7 +159,7 @@ if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', g '' => __('Select a carrier', 'carrieracct'), 'UPS' => __('UPS', 'carrieracct'), 'FedEx' => __('FedEx', 'carrieracct'), - 'DHL' => __('DHL', 'carrieracct'), + 'DHL' => __( 'DHL', 'carrieracct' ), ) ), WC()->checkout->get_value( 'carrier_name' ));