Ticket #11488: 11488.diff
File 11488.diff, 798 bytes (added by , 15 years ago) |
---|
-
wp-admin/includes/image-edit.php
41 41 42 42 if ( function_exists('imagerotate') ) { ?> 43 43 44 <div onclick="imageEdit.rotate(90, <?php echo "$post_id, '$nonce'"; ?>, this)" class="imgedit-rleft" title="<?php esc_attr_e( 'Rotate cou ter-clockwise' ); ?>"></div>44 <div onclick="imageEdit.rotate(90, <?php echo "$post_id, '$nonce'"; ?>, this)" class="imgedit-rleft" title="<?php esc_attr_e( 'Rotate counter-clockwise' ); ?>"></div> 45 45 <div onclick="imageEdit.rotate(-90, <?php echo "$post_id, '$nonce'"; ?>, this)" class="imgedit-rright" title="<?php esc_attr_e( 'Rotate clockwise' ); ?>"></div><?php 46 46 47 47 } ?>