From: Ian Weller Date: Fri, 3 Feb 2017 18:52:33 +0000 (-0500) Subject: updating a few things X-Git-Tag: v1.0.0^2~72 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=312691c82560b2417f53470ad3e5841aaed4d083;p=WP-Themes%2Ftruenorthgolf.git updating a few things I updated the screenshot and the default header image to be more generic. --- diff --git a/assets/1500x600.jpg b/assets/1500x600.jpg new file mode 100644 index 0000000..a57d3fc Binary files /dev/null and b/assets/1500x600.jpg differ diff --git a/functions.php b/functions.php index 756e760..43a8d50 100644 --- a/functions.php +++ b/functions.php @@ -418,7 +418,7 @@ function glm_get_background() { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); $imageUrl = ''; } else { - $imageUrl = ''; + $imageUrl = ''; } return $imageUrl; } diff --git a/screenshot.png b/screenshot.png index be2cb85..2925f78 100644 Binary files a/screenshot.png and b/screenshot.png differ