Make WordPress Core


Ignore:
Timestamp:
07/05/2019 05:20:52 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Fix all WordPress.WhiteSpace.PrecisionAlignment issues.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/media.php

    r45583 r45602  
    8585                'title'   => __( 'Overview' ),
    8686                'content' =>
    87                       '<p>' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '</p>' .
    88                       '<p>' . __( 'For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.' ) . '</p>' .
    89                       '<p>' . __( 'Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.' ) . '</p>' .
    90                       '<p>' . __( 'Remember to click Update Media to save metadata entered or changed.' ) . '</p>',
     87                    '<p>' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '</p>' .
     88                    '<p>' . __( 'For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.' ) . '</p>' .
     89                    '<p>' . __( 'Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.' ) . '</p>' .
     90                    '<p>' . __( 'Remember to click Update Media to save metadata entered or changed.' ) . '</p>',
    9191            )
    9292        );
Note: See TracChangeset for help on using the changeset viewer.