From: Steve Sutton Date: Wed, 26 Dec 2018 16:22:11 +0000 (-0500) Subject: bump version number X-Git-Tag: v1.1.12^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f3d974160ab3a09cb43c650f8f83ea3c16e45d75;p=WP-Themes%2Fwesternup.git bump version number --- diff --git a/functions.php b/functions.php index 6abc862..00009ff 100644 --- a/functions.php +++ b/functions.php @@ -72,7 +72,7 @@ if ( ! function_exists( 'westerncvb_top_bar' ) ) { if ( ! class_exists( 'Westernupcvb_Top_Bar_Walker()' ) ) : class Westernupcvb_Top_Bar_Walker extends Walker_Nav_Menu { - + function display_element( $element, &$children_elements, $max_depth, $depth = 0, $args, &$output ) { static $mainLevelCounter; if ($depth == 0) { @@ -317,7 +317,7 @@ function glm_site_scripts() 'glm_foundation', get_template_directory_uri() . '/js/app.js', 'jquery', - '1.0', + '1.1.12', true ); if(is_front_page()) { diff --git a/style.css b/style.css index 39b732d..bff2863 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: WesternUPCVB Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for WesternUPCVB -Version: 1.1.11 +Version: 1.1.12 */