Changeset 55195 for trunk/src/wp-admin/media.php
- Timestamp:
- 02/02/2023 08:23:01 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/media.php
r52978 r55195 89 89 '<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>' . 90 90 '<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>' . 91 '<p>' . __( 'Remember to click Update Mediato save metadata entered or changed.' ) . '</p>',91 '<p>' . __( 'Remember to click Update to save metadata entered or changed.' ) . '</p>', 92 92 ) 93 93 ); … … 135 135 <form method="post" class="media-upload-form" id="media-single-form"> 136 136 <p class="submit" style="padding-bottom: 0;"> 137 <?php submit_button( __( 'Update Media' ), 'primary', 'save', false ); ?>137 <?php submit_button( __( 'Update' ), 'primary', 'save', false ); ?> 138 138 </p> 139 139 … … 155 155 </div> 156 156 157 <?php submit_button( __( 'Update Media' ), 'primary', 'save' ); ?>157 <?php submit_button( __( 'Update' ), 'primary', 'save' ); ?> 158 158 <input type="hidden" name="post_id" id="post_id" value="<?php echo isset( $post_id ) ? esc_attr( $post_id ) : ''; ?>" /> 159 159 <input type="hidden" name="attachment_id" id="attachment_id" value="<?php echo esc_attr( $att_id ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.