From 996a502103ffb365799c7d98f59c5134aa2e9af4 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 4 Apr 2014 13:16:15 +0000 Subject: [PATCH] Add missing space between strings. props rachelbaker. fixes #27597. git-svn-id: https://develop.svn.wordpress.org/trunk@27945 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php index e55a759cc1..ac1f07c287 100644 --- a/src/wp-includes/class-wp-customize-control.php +++ b/src/wp-includes/class-wp-customize-control.php @@ -856,7 +856,7 @@ final class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control

Add new, your theme recommends a header size of %d × %d pixels.' ), $width, $height ); } elseif ( $width ) {