From: Laury GvR Date: Mon, 15 Jun 2015 20:37:33 +0000 (-0400) Subject: Bkgrd now accepts smaller images (and blows them up) without repeating. X-Git-Tag: v1.1.11^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e7ca8d4afea77162ba722fc00e7916798bd3c351;p=WP-Themes%2FMunising.git Bkgrd now accepts smaller images (and blows them up) without repeating. --- 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; }