From: Steve Sutton Date: Fri, 29 Apr 2016 15:49:03 +0000 (-0400) Subject: Don't replace the home text now X-Git-Tag: v1.1.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6dd7100d4b6fdc6939a964d2ddd16a035102cd5a;p=WP-Themes%2Fjollylama.git Don't replace the home text now --- 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 */