Make WordPress Core

Ticket #11488: 11488.diff

File 11488.diff, 798 bytes (added by nacin, 15 years ago)

props computerwiz908, I'm just the messenger.

  • wp-admin/includes/image-edit.php

     
    4141
    4242        if ( function_exists('imagerotate') ) { ?>
    4343
    44                 <div onclick="imageEdit.rotate(90, <?php echo "$post_id, '$nonce'"; ?>, this)" class="imgedit-rleft" title="<?php esc_attr_e( 'Rotate couter-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>
    4545                <div onclick="imageEdit.rotate(-90, <?php echo "$post_id, '$nonce'"; ?>, this)" class="imgedit-rright" title="<?php esc_attr_e( 'Rotate clockwise' ); ?>"></div><?php
    4646
    4747        } ?>