From ceef4bc52867eb513bc60c503fec878bffaf821c Mon Sep 17 00:00:00 2001 From: Patrick Rauland Date: Tue, 1 Apr 2014 16:58:45 -0500 Subject: [PATCH] adding spaces after text for title in local delivery --- .../local-delivery/class-wc-shipping-local-delivery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/shipping/local-delivery/class-wc-shipping-local-delivery.php b/includes/shipping/local-delivery/class-wc-shipping-local-delivery.php index f5330de4d73..91b905317f6 100644 --- a/includes/shipping/local-delivery/class-wc-shipping-local-delivery.php +++ b/includes/shipping/local-delivery/class-wc-shipping-local-delivery.php @@ -39,7 +39,7 @@ class WC_Shipping_Local_Delivery extends WC_Shipping_Method { $this->init_settings(); // Define user set variables - $this->title = $this->get_option( 'title' ); + $this->title = $this->get_option( 'title' ); $this->type = $this->get_option( 'type' ); $this->fee = $this->get_option( 'fee' ); $this->type = $this->get_option( 'type' );