adding spaces after text for title in local delivery

This commit is contained in:
Patrick Rauland 2014-04-01 16:58:45 -05:00
parent fd28f81147
commit ceef4bc528
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class WC_Shipping_Local_Delivery extends WC_Shipping_Method {
$this->init_settings(); $this->init_settings();
// Define user set variables // Define user set variables
$this->title = $this->get_option( 'title' ); $this->title = $this->get_option( 'title' );
$this->type = $this->get_option( 'type' ); $this->type = $this->get_option( 'type' );
$this->fee = $this->get_option( 'fee' ); $this->fee = $this->get_option( 'fee' );
$this->type = $this->get_option( 'type' ); $this->type = $this->get_option( 'type' );