remove gitea updater
This commit is contained in:
parent
47f53b37e2
commit
0441015d68
|
|
@ -6,7 +6,6 @@
|
||||||
* Version: 1.0.0
|
* Version: 1.0.0
|
||||||
* Author: Eric Fawcett
|
* Author: Eric Fawcett
|
||||||
* Author URI: http://ericfawcett.com
|
* Author URI: http://ericfawcett.com
|
||||||
* Gitea Plugin URI: https://dev.ericfawcett.com/ericfawcett/wc-shipping-carrier-account
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'WPINC' ) )
|
if ( ! defined( 'WPINC' ) )
|
||||||
|
|
@ -160,7 +159,7 @@ if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', g
|
||||||
'' => __('Select a carrier', 'carrieracct'),
|
'' => __('Select a carrier', 'carrieracct'),
|
||||||
'UPS' => __('UPS', 'carrieracct'),
|
'UPS' => __('UPS', 'carrieracct'),
|
||||||
'FedEx' => __('FedEx', 'carrieracct'),
|
'FedEx' => __('FedEx', 'carrieracct'),
|
||||||
'DHL' => __('DHL', 'carrieracct'),
|
'DHL' => __( 'DHL', 'carrieracct' ),
|
||||||
)
|
)
|
||||||
), WC()->checkout->get_value( 'carrier_name' ));
|
), WC()->checkout->get_value( 'carrier_name' ));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue