Make WordPress Core

Ticket #50927: 50927.diff

File 50927.diff, 1.2 KB (added by simrandeep, 5 years ago)
  • wp-admin/includes/image-edit.php

    diff --git a/wp-admin/includes/image-edit.php b/wp-admin/includes/image-edit.php
    index 1363f00ae7..bd73ee1eb9 100644
    a b function wp_image_editor( $post_id, $msg = false ) { 
    170170                <p><?php _e( 'To crop the image, click on it and drag to make your selection.' ); ?></p>
    171171
    172172                <p><strong><?php _e( 'Crop Aspect Ratio' ); ?></strong><br />
    173                 <?php _e( 'The aspect ratio is the relationship between the width and height. You can preserve the aspect ratio by holding down the shift key while resizing your selection. Use the input box to specify the aspect ratio, e.g. 1:1 (square), 4:3, 16:9, etc.' ); ?></p>
     173                <?php _e( 'The aspect ratio is the relationship between width and height. You can preserve the aspect ratio by holding down the shift key while resizing your selection. Use the input box to specify the aspect ratio, e.g. 1:1 (square), 4:3, 16:9, etc.' ); ?></p>
    174174
    175175                <p><strong><?php _e( 'Crop Selection' ); ?></strong><br />
    176176                <?php _e( 'Once you have made your selection, you can adjust it by entering the size in pixels. The minimum selection size is the thumbnail size as set in the Media settings.' ); ?></p>