From e7ca8d4afea77162ba722fc00e7916798bd3c351 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 15 Jun 2015 16:37:33 -0400 Subject: [PATCH] Bkgrd now accepts smaller images (and blows them up) without repeating. --- lib/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/theme.php b/lib/theme.php index 7ef381c..769dbb2 100644 --- a/lib/theme.php +++ b/lib/theme.php @@ -67,7 +67,7 @@ function glm_get_background() { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); $imageUrl = ''; } else { - $imageUrl = ''; + $imageUrl = ''; } return $imageUrl; } -- 2.17.1