From: Ian Weller Date: Wed, 21 Jun 2017 18:28:23 +0000 (-0400) Subject: I updated the off canvas navigation and bumped the version number X-Git-Tag: v1.0.10^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=05e1b5281d080fa4d97d0ee33fe28b452865c752;p=WP-Themes%2Fparrotslanding.git I updated the off canvas navigation and bumped the version number I added a home link to the off canvas in navigation.php and I bumped the version numbers in the style.css and the header.php. --- diff --git a/header.php b/header.php index 930462f..31479c9 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/lib/navigation.php b/lib/navigation.php index bb07a7b..ab0a3af 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -33,7 +33,7 @@ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { function glm_theme_mobile_off_canvas() { $off_canvas_menu = str_replace ('
', '', glm_get_mobile_nav_menu( 'top-bar' )); echo '
'; - echo '
'; diff --git a/style.css b/style.css index 150e167..745e18a 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: ParrotsLanding Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for ParrotsLanding -Version: 1.0.9 +Version: 1.0.10 */