From: Laury GvR Date: Tue, 28 Aug 2018 21:00:26 +0000 (-0400) Subject: Final fix for the footer manufacturer logo links X-Git-Tag: v1.0.20^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=29ab456a96f6ce7450c2f2f9cc6e5119a4df3eb9;p=WP-Themes%2Fbrewbakers.git Final fix for the footer manufacturer logo links Removed the code that was creating dropdown menus for the footer manufacturer links - Charis informed us that the client no longer wishes to use this functionality, and the lack of available data is likely what was causing the surrounding code to fail. --- diff --git a/functions.php b/functions.php index 9c5481f..7db3ed5 100644 --- a/functions.php +++ b/functions.php @@ -167,7 +167,7 @@ function glm_site_scripts() 'glm_foundation', get_template_directory_uri() . '/js/app.js', 'jquery', - '1.0.19.5', + '1.0.20.0', true ); if(is_front_page()) { diff --git a/parts/header-meta.php b/parts/header-meta.php index 6473247..404d1ba 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -2,7 +2,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 133be9b..a136480 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: BrewbakersHousingRV Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for BrewbakersHousingRV -Version: 1.0.19 +Version: 1.0.20 */