From: Ian Weller Date: Fri, 19 Aug 2016 13:12:19 +0000 (-0400) Subject: fixed the spelling error X-Git-Tag: v1.0.10^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c80b4a327d03c54b94fef24618164b06935c528e;p=WP-Themes%2Ffrancejourneys.git fixed the spelling error The client wanted originally to be Enquire and now wants it to be Inquire. I looked for any content that had the 'E' and replaced it with an 'I'. The enquire classes and ids are still untouched. Didn't think that would need changing. Of course I am open to being wrong again. Also updated the version number in style.css from 1.0.5 to 1.0.10. --- diff --git a/functions.php b/functions.php index a2d0f35..f634cf5 100644 --- a/functions.php +++ b/functions.php @@ -59,7 +59,7 @@ add_filter( 'woocommerce_product_tabs', 'woo_product_tab_edits' ); function woo_product_tab_edits( $tabs ) { // to always have the WooCommerce product inquiry tab display $tabs[ 'product_inquiry_tab' ] = array( - 'title' => __( 'Enquire about this tour', 'woocommerce' ), + 'title' => __( 'Inquire about this tour', 'woocommerce' ), 'callback' => 'woo_product_inquiry_content' ); $tabs[ 'itinerary_tab' ] = array( diff --git a/header.php b/header.php index daa7b2b..5a40371 100644 --- a/header.php +++ b/header.php @@ -17,7 +17,7 @@
diff --git a/lib/menu-walker.php b/lib/menu-walker.php index 3e712ba..43fd756 100644 --- a/lib/menu-walker.php +++ b/lib/menu-walker.php @@ -38,7 +38,7 @@ class Glm_Theme_Top_Bar_Walker extends Walker_Nav_Menu { } else if( $depth !== 0 && $object->type == "taxonomy") { - $thumbnail = z_taxonomy_image_url( (int)$object->object_id ); + //$thumbnail = z_taxonomy_image_url( (int)$object->object_id ); $item_style .= "