Ticket #20211: 20211b.diff
| File 20211b.diff, 919 bytes (added by macmanx, 15 months ago) |
|---|
-
wp-admin/custom-header.php
555 555 <tr valign="top"> 556 556 <th scope="row"><?php _e( 'Upload Image' ); ?></th> 557 557 <td> 558 <p><?php _e( 'You can upload a custom header image to be shown at the top of your site instead of the default one. On the next screen you will be able to crop the image.' ); ?><br />558 <p><?php _e( 'You can upload a custom header image to be shown on your site. On the next screen you will be able to crop the image.' ); ?><br /> 559 559 <?php 560 560 if ( ! current_theme_supports( 'custom-header', 'flex-height' ) && ! current_theme_supports( 'custom-header', 'flex-width' ) ) { 561 561 printf( __( 'Images of exactly <strong>%1$d × %2$d pixels</strong> will be used as-is.' ) . '<br />', HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT );
