remove gitea updater

This commit is contained in:
Eric Fawcett 2023-01-30 19:00:55 +00:00
parent 47f53b37e2
commit 0441015d68
1 changed files with 1 additions and 2 deletions

View File

@ -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' ));