Changeset 47304 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 02/18/2020 03:30:10 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/image-edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r47219 r47304 92 92 <div class="imgedit-group-top"> 93 93 <h2><button type="button" onclick="imageEdit.toggleHelp(this);" class="button-link"><?php _e( 'Restore Original Image' ); ?> <span class="dashicons dashicons-arrow-down imgedit-help-toggle"></span></button></h2> 94 <div class="imgedit-help ">94 <div class="imgedit-help imgedit-restore"> 95 95 <p> 96 96 <?php … … 160 160 <h2><?php _e( 'Thumbnail Settings' ); ?></h2> 161 161 <button type="button" class="dashicons dashicons-editor-help imgedit-help-toggle" onclick="imageEdit.toggleHelp(this);return false;" aria-expanded="false"><span class="screen-reader-text"><?php esc_html_e( 'Thumbnail Settings Help' ); ?></span></button> 162 <p class="imgedit-help"><?php _e( 'You can edit the image while preserving the thumbnail. For example, you may wish to have a square thumbnail that displays just a section of the image.' ); ?></p> 162 <div class="imgedit-help"> 163 <p><?php _e( 'You can edit the image while preserving the thumbnail. For example, you may wish to have a square thumbnail that displays just a section of the image.' ); ?></p> 164 </div> 163 165 </div> 164 166
Note: See TracChangeset
for help on using the changeset viewer.