From 10d48f747809c7e2975b470d883186e57f0a1524 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: http://core.svn.wordpress.org/trunk@23642 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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; } -
+