From: Laury GvR Date: Tue, 18 Dec 2018 19:41:14 +0000 (-0500) Subject: Default featured image is now vertically centered X-Git-Tag: v1.2.45^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=9d0b4732010e005b229b31f001aab84f202d1849;p=WP-Themes%2Fmountpleasantwow.git Default featured image is now vertically centered --- diff --git a/functions.php b/functions.php index 91966ab..e50325f 100644 --- a/functions.php +++ b/functions.php @@ -387,9 +387,9 @@ function is_post_type($type){ function glm_get_background() { if (has_post_thumbnail()) { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); - $imageUrl = ''; + $imageUrl = ''; } else { - $imageUrl = ''; + $imageUrl = ''; } return $imageUrl; }