From: Anthony Talarico Date: Thu, 31 Jan 2019 18:03:21 +0000 (-0500) Subject: changing the view link for the visitors guide block X-Git-Tag: v1.1.40^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=28fa8894e70e6fc88db8341f8a1ded982517460e;p=WP-Themes%2FMunising.git changing the view link for the visitors guide block new url for the visitors guide offsite url --- diff --git a/footer.php b/footer.php index 9d2ffb3..63ce0d6 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 db4474d..c336b0a 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.39'); + wp_enqueue_style('Theme Stylesheet', get_stylesheet_directory_uri() . '/css/app.css', array(), '1.1.40'); 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 43ca654..2bb306d 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.39 +Version: 1.1.40 */