From: Laury GvR Date: Tue, 4 Dec 2018 14:31:59 +0000 (-0500) Subject: Winter header added for 2019 X-Git-Tag: v1.1.35^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8192c0214292a81e6e499a4ef01019b17e98d916;p=WP-Themes%2Fsaultstemarie.git Winter header added for 2019 --- diff --git a/assets/winter-header-2019.png b/assets/winter-header-2019.png new file mode 100644 index 0000000..b2214e4 Binary files /dev/null and b/assets/winter-header-2019.png differ diff --git a/functions.php b/functions.php index f0b296c..e80adab 100644 --- a/functions.php +++ b/functions.php @@ -150,7 +150,7 @@ function glm_get_featured() { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(123), "full"); $imageUrl = ''; } else { - $imageUrl = ''; + $imageUrl = ''; } return $imageUrl; }