From: Anthony Talarico Date: Wed, 10 Oct 2018 13:20:30 +0000 (-0400) Subject: updating the youtube link in the header X-Git-Tag: v1.1.35^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=ee7cf71c5b3ac612bf6b02cfc8566890d76ad51b;p=WP-Themes%2FMunising.git updating the youtube link in the header new youtube channel link in the header --- diff --git a/header.php b/header.php index bf501e4..1f00638 100644 --- a/header.php +++ b/header.php @@ -38,7 +38,7 @@
diff --git a/lib/enqueue-scripts.php b/lib/enqueue-scripts.php index e832937..e54c5a9 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.34'); + wp_enqueue_style('Theme Stylesheet', get_stylesheet_directory_uri() . '/css/app.css', array(), '1.1.35'); 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 178cb55..3eb45b5 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.34 +Version: 1.1.35 */