From 2be4925f708f06f241fffb69d65e38fa7eff0f04 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 7 Mar 2013 17:18:02 +0000 Subject: [PATCH] Twenty Thirteen: remove redundant `esc_url()` calls, props SergeyBiryukov, fixes #23663. git-svn-id: https://develop.svn.wordpress.org/trunk@23642 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/inc/custom-header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentythirteen/inc/custom-header.php b/wp-content/themes/twentythirteen/inc/custom-header.php index 69afbcc9ed..b6d829ac79 100644 --- a/wp-content/themes/twentythirteen/inc/custom-header.php +++ b/wp-content/themes/twentythirteen/inc/custom-header.php @@ -85,7 +85,7 @@ function twentythirteen_header_style() { if ( ! empty( $header_image ) ) : ?> .site-header { - background: url() no-repeat scroll top; + background: url() no-repeat scroll top; background-size: 1600px auto; } -
+