Make WordPress Core


Ignore:
Timestamp:
04/04/2014 01:16:15 PM (12 years ago)
Author:
nacin
Message:

Add missing space between strings.

props rachelbaker.
fixes #27597.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-control.php

    r27849 r27945  
    857857                <?php
    858858                // @todo translate (and look to custom-header.php for inspiration)
    859                 echo ( 'Personalize your site with your own header image.' );
     859                echo ( 'Personalize your site with your own header image.' ) . ' ';
    860860                if ( $width && $height ) {
    861861                    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 );
Note: See TracChangeset for help on using the changeset viewer.