Add missing space between strings.

props rachelbaker.
fixes #27597.


git-svn-id: https://develop.svn.wordpress.org/trunk@27945 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-04-04 13:16:15 +00:00
parent 48269a7c29
commit 996a502103

View File

@ -856,7 +856,7 @@ final class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control
<p class="customizer-section-intro">
<?php
// @todo translate (and look to custom-header.php for inspiration)
echo ( 'Personalize your site with your own header image.' );
echo ( 'Personalize your site with your own header image.' ) . ' ';
if ( $width && $height ) {
printf( ( 'While you can crop images to your liking after clicking <strong>Add new</strong>, your theme recommends a header size of <strong>%d &times; %d</strong> pixels.' ), $width, $height );
} elseif ( $width ) {