Ticket #20992: 20992.patch
| File 20992.patch, 1.0 KB (added by , 14 years ago) |
|---|
-
wp-admin/custom-header.php
528 528 <tr valign="top"> 529 529 <th scope="row"><?php _e( 'Select Image' ); ?></th> 530 530 <td> 531 <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 />531 <p><?php _e( 'You can select an image to be shown at the top of your site by uploading from your computer or choosing from your Media Library. After selecting an image you will be able to crop it if desired.' ); ?><br /> 532 532 <?php 533 533 if ( ! current_theme_supports( 'custom-header', 'flex-height' ) && ! current_theme_supports( 'custom-header', 'flex-width' ) ) { 534 534 printf( __( 'Images of exactly <strong>%1$d × %2$d pixels</strong> will be used as-is.' ) . '<br />', get_theme_support( 'custom-header', 'width' ), get_theme_support( 'custom-header', 'height' ) );