Changeset 27945 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 04/04/2014 01:16:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r27849 r27945 857 857 <?php 858 858 // @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.' ) . ' '; 860 860 if ( $width && $height ) { 861 861 printf( ( 'While you can crop images to your liking after clicking <strong>Add new</strong>, your theme recommends a header size of <strong>%d × %d</strong> pixels.' ), $width, $height );
Note: See TracChangeset
for help on using the changeset viewer.