Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/image-edit.php

    r12555 r12733  
    4040        <div onclick="imageEdit.crop(<?php echo "$post_id, '$nonce'"; ?>, this)" class="imgedit-crop disabled" title="<?php esc_attr_e( 'Crop' ); ?>"></div><?php
    4141
    42     // On some setups GD library does not provide imagerotate() - Ticket #11536   
     42    // On some setups GD library does not provide imagerotate() - Ticket #11536
    4343    if ( function_exists('imagerotate') ) { ?>
    4444        <div class="imgedit-rleft"  onclick="imageEdit.rotate( 90, <?php echo "$post_id, '$nonce'"; ?>, this)" title="<?php esc_attr_e( 'Rotate counter-clockwise' ); ?>"></div>
     
    9797        <a class="imgedit-help-toggle" onclick="imageEdit.toggleHelp(this);return false;" href="#"><strong><?php _e('Restore Original Image'); ?></strong></a>
    9898        <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.');
    100100
    101101        if ( !defined('IMAGE_EDIT_OVERWRITE') || !IMAGE_EDIT_OVERWRITE )
Note: See TracChangeset for help on using the changeset viewer.