Make WordPress Core

Changeset 23106


Ignore:
Timestamp:
12/06/2012 09:21:27 AM (11 years ago)
Author:
nacin
Message:

Rip keyboard shortcuts out of the image editor help. props helenyhou. fixes #22786.

File:
1 edited

Legend:

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

    r23095 r23106  
    119119        <div class="imgedit-help">
    120120        <p><?php _e('The image can be cropped by clicking on it and dragging to select the desired part. While dragging the dimensions of the selection are displayed below.'); ?></p>
    121         <strong><?php _e('Keyboard Shortcuts'); ?></strong>
    122         <ul>
    123         <li><?php _e('Arrow: move by 10px'); ?></li>
    124         <li><?php _e('Shift + arrow: move by 1px'); ?></li>
    125         <li><?php _e('Ctrl + arrow: resize by 10px'); ?></li>
    126         <li><?php _e('Ctrl + Shift + arrow: resize by 1px'); ?></li>
    127         <li><?php _e('Shift + drag: lock aspect ratio'); ?></li>
    128         </ul>
    129121
    130122        <p><strong><?php _e('Crop Aspect Ratio'); ?></strong><br />
Note: See TracChangeset for help on using the changeset viewer.