Ticket #13720: 13720-entity-cleanup.diff

File 13720-entity-cleanup.diff, 993 bytes (added by zeo, 3 years ago)

entity cleanup.

  • wp-admin/custom-header.php

     
    461461<th scope="row"><?php _e( 'Upload Image' ); ?></th> 
    462462<td> 
    463463        <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 &times; %2$d pixels</strong> will be used as-is.' ), HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT ); ?></p> 
    465465        <form enctype="multipart/form-data" id="upload-form" method="post" action="<?php echo esc_attr( add_query_arg( 'step', 2 ) ) ?>"> 
    466466        <p> 
    467467                <label for="upload"><?php _e( 'Choose an image from your computer:' ); ?></label><br />