From 522d984a8d970807f4f744c9183c774b30eed050 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 4 Apr 2014 13:17:15 +0000 Subject: [PATCH] Add missing space between strings. props rachelbaker. fixes #27597. Built from https://develop.svn.wordpress.org/trunk@27945 git-svn-id: http://core.svn.wordpress.org/trunk@27775 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index e55a759cc1..ac1f07c287 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/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 ) {