From 5a68ba004e88a0b1f992f3be1cf5ff8dadb3cf91 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 2 Jul 2018 08:28:55 -0400 Subject: [PATCH] updating visitors guide link updating the visitors guide link in the footer action item --- footer.php | 2 +- lib/enqueue-scripts.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/footer.php b/footer.php index b20020d..56b6134 100644 --- a/footer.php +++ b/footer.php @@ -35,7 +35,7 @@
REQUEST

Visitors Guide

-
">order|view
+
">order|view
diff --git a/lib/enqueue-scripts.php b/lib/enqueue-scripts.php index 00cfb3c..e832937 100644 --- a/lib/enqueue-scripts.php +++ b/lib/enqueue-scripts.php @@ -2,7 +2,7 @@ if ( ! function_exists( 'munisingcvb_scripts' ) ) : function munisingcvb_scripts() { - wp_enqueue_style('Theme Stylesheet', get_stylesheet_directory_uri() . '/css/app.css', array(), '1.1.33'); + wp_enqueue_style('Theme Stylesheet', get_stylesheet_directory_uri() . '/css/app.css', array(), '1.1.34'); wp_deregister_script('jquery'); wp_register_script('jquery', get_template_directory_uri() . '/js/jquery.min.js', array(), '2.1.4', false); wp_register_script('modernizr', get_template_directory_uri() . '/js/modernizr.js', array(), '2.8.3', false); diff --git a/style.css b/style.css index 50f1191..178cb55 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Munising CVB Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A custom theme for Munising Convention and Visitor's Bureau. -Version: 1.1.33 +Version: 1.1.34 */ -- 2.17.1