From: Laury GvR Date: Thu, 12 Apr 2018 14:54:14 +0000 (-0400) Subject: Placed Members Only ad at the top of the sidebar X-Git-Tag: v1.0.23^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=74c268669e5f27806c6aad3f18eed208c5d1286d;p=WP-Themes%2Fwmta.git Placed Members Only ad at the top of the sidebar --- diff --git a/functions.php b/functions.php index e70f709..8c45f64 100644 --- a/functions.php +++ b/functions.php @@ -274,8 +274,8 @@ function wmta_scripts() { wp_enqueue_script( 'wmta-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20130115', true ); - wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/javascript/glm-dev.js', array(), '1.0.22', true ); - wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/stylesheets/glm-dev.css', false, "1.0.22" ); + wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/javascript/glm-dev.js', array(), '1.0.23', true ); + wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/stylesheets/glm-dev.css', false, "1.0.23" ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); diff --git a/sidebar.php b/sidebar.php index 068b46f..1848bb7 100644 --- a/sidebar.php +++ b/sidebar.php @@ -15,6 +15,7 @@ if ( ! is_active_sidebar( 'sidebar-1' ) ) {