Ticket #13720: 13720-entity-cleanup.diff
| File 13720-entity-cleanup.diff, 993 bytes (added by zeo, 3 years ago) |
|---|
-
wp-admin/custom-header.php
461 461 <th scope="row"><?php _e( 'Upload Image' ); ?></th> 462 462 <td> 463 463 <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 /> 464 <?php printf( __( 'Images of exactly <strong>%1$d x%2$d pixels</strong> will be used as-is.' ), HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT ); ?></p>464 <?php printf( __( 'Images of exactly <strong>%1$d × %2$d pixels</strong> will be used as-is.' ), HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT ); ?></p> 465 465 <form enctype="multipart/form-data" id="upload-form" method="post" action="<?php echo esc_attr( add_query_arg( 'step', 2 ) ) ?>"> 466 466 <p> 467 467 <label for="upload"><?php _e( 'Choose an image from your computer:' ); ?></label><br />
