Changeset 45437
- Timestamp:
- 05/26/2019 03:37:11 PM (6 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r45224 r45437 315 315 'title' => __( 'Overview' ), 316 316 'content' => 317 '<p>' . __( 'This screen allows you to edit f our fields for metadata in a file within the media library.' ) . '</p>' .317 '<p>' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '</p>' . 318 318 '<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>' . 319 319 '<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>' . -
trunk/src/wp-admin/media.php
r45140 r45437 84 84 'title' => __( 'Overview' ), 85 85 'content' => 86 '<p>' . __( 'This screen allows you to edit fi ve fields for metadata in a file within the media library.' ) . '</p>' .86 '<p>' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '</p>' . 87 87 '<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>' . 88 88 '<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>' .
Note: See TracChangeset
for help on using the changeset viewer.