Changeset 27931 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 04/03/2014 09:45:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r27842 r27931 104 104 <span class="nowrap"> 105 105 <input type="text" id="imgedit-sel-width-<?php echo $post_id; ?>" onkeyup="imageEdit.setNumSelection(<?php echo $post_id; ?>)" style="width:4em;" /> 106 :106 × 107 107 <input type="text" id="imgedit-sel-height-<?php echo $post_id; ?>" onkeyup="imageEdit.setNumSelection(<?php echo $post_id; ?>)" style="width:4em;" /> 108 108 </span>
Note: See TracChangeset
for help on using the changeset viewer.