From 74c268669e5f27806c6aad3f18eed208c5d1286d Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 12 Apr 2018 10:54:14 -0400 Subject: [PATCH] Placed Members Only ad at the top of the sidebar --- functions.php | 4 ++-- sidebar.php | 2 +- style.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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' ) ) {