From 6dd7100d4b6fdc6939a964d2ddd16a035102cd5a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 29 Apr 2016 11:49:03 -0400 Subject: [PATCH] Don't replace the home text now --- lib/navigation.php | 1 - style.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/navigation.php b/lib/navigation.php index d19bbf3..92dc928 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -48,7 +48,6 @@ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { 'walker' => new Glm_Theme_Off_Canvas_Walker() )); $menu .= ''; - $menu = str_replace('Home', 'Shop', $menu); echo $menu; } } diff --git a/style.css b/style.css index 91c2ca8..0842391 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: jollylama Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for jollylama -Version: 1.1.0 +Version: 1.1.1 */ -- 2.17.1