From bc46b5424ec3eefabb53022816d7a22b08dab067 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 15 Jun 2015 16:47:14 -0400 Subject: [PATCH] Missed a style for non-default featured images. --- lib/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; } -- 2.17.1