From: Anthony Talarico Date: Thu, 17 Mar 2016 13:48:33 +0000 (-0400) Subject: commenting out references to google map X-Git-Tag: v1.0.0~10^2~45 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8f2c160f0dc9d4c49f405ac99eef88620589738c;p=WP-Themes%2Fairciu.git commenting out references to google map --- diff --git a/functions.php b/functions.php index c747bfe..1d3e2ae 100644 --- a/functions.php +++ b/functions.php @@ -65,20 +65,20 @@ function glm_site_scripts() '1.0', true ); - wp_enqueue_script( - 'glm_google_map_code', - 'http://maps.google.com/maps/api/js?sensor=false', - 'jquery', - '1', - true - ); - wp_enqueue_script( - 'glm_google_map', - get_template_directory_uri() . '/js/google-map.js', - 'jquery', - '1', - true - ); +// wp_enqueue_script( +// 'glm_google_map_code', +// 'http://maps.google.com/maps/api/js?sensor=false', +// 'jquery', +// '1', +// true +// ); +// wp_enqueue_script( +// 'glm_google_map', +// get_template_directory_uri() . '/js/google-map.js', +// 'jquery', +// '1', +// true +// ); if(is_front_page()) { }