From: Laury GvR Date: Mon, 15 Jun 2015 20:47:14 +0000 (-0400) Subject: Missed a style for non-default featured images. X-Git-Tag: v1.1.12^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bc46b5424ec3eefabb53022816d7a22b08dab067;p=WP-Themes%2FMunising.git Missed a style for non-default featured images. --- diff --git a/lib/theme.php b/lib/theme.php index 769dbb2..fd3d169 100644 --- a/lib/theme.php +++ b/lib/theme.php @@ -65,7 +65,7 @@ endif; function glm_get_background() { if (has_post_thumbnail()) { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); - $imageUrl = ''; + $imageUrl = ''; } else { $imageUrl = ''; }