From: Steve Sutton Date: Fri, 16 Jan 2015 21:15:47 +0000 (-0500) Subject: update for no-repeat X-Git-Tag: v1.0.0~62 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=04a62313f1a36ed600a017cee97e4e3ec6b36a37;p=WP-Themes%2FRecycleEmmet.git update for no-repeat --- diff --git a/functions.php b/functions.php index 5d227f3..f326160 100755 --- a/functions.php +++ b/functions.php @@ -110,7 +110,7 @@ function GLM_get_header() { if (has_post_thumbnail()) { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); - echo ' style="background: url('.$image_data[0].');min-height: '.$image_data[2].'px; repeat: no-repeat;'; + echo ' style="background: url('.$image_data[0].') no-repeat;min-height: '.$image_data[2].'px;'; } else { echo ' style="display: none"'; }