Changeset 12733 for trunk/wp-admin/includes/image-edit.php
- Timestamp:
- 01/15/2010 10:11:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image-edit.php
r12555 r12733 40 40 <div onclick="imageEdit.crop(<?php echo "$post_id, '$nonce'"; ?>, this)" class="imgedit-crop disabled" title="<?php esc_attr_e( 'Crop' ); ?>"></div><?php 41 41 42 // On some setups GD library does not provide imagerotate() - Ticket #11536 42 // On some setups GD library does not provide imagerotate() - Ticket #11536 43 43 if ( function_exists('imagerotate') ) { ?> 44 44 <div class="imgedit-rleft" onclick="imageEdit.rotate( 90, <?php echo "$post_id, '$nonce'"; ?>, this)" title="<?php esc_attr_e( 'Rotate counter-clockwise' ); ?>"></div> … … 97 97 <a class="imgedit-help-toggle" onclick="imageEdit.toggleHelp(this);return false;" href="#"><strong><?php _e('Restore Original Image'); ?></strong></a> 98 98 <div class="imgedit-help"> 99 <p><?php _e('Discard any changes and restore the original image.'); 99 <p><?php _e('Discard any changes and restore the original image.'); 100 100 101 101 if ( !defined('IMAGE_EDIT_OVERWRITE') || !IMAGE_EDIT_OVERWRITE )
Note: See TracChangeset
for help on using the changeset viewer.