Make WordPress Core


Ignore:
Timestamp:
04/03/2014 09:45:44 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Use multiplication sign instead of a colon for selection size when editing an image.

props siobhan.
fixes #27652.

File:
1 edited

Legend:

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

    r27842 r27931  
    104104        <span  class="nowrap">
    105105        <input type="text" id="imgedit-sel-width-<?php echo $post_id; ?>" onkeyup="imageEdit.setNumSelection(<?php echo $post_id; ?>)" style="width:4em;" />
    106         :
     106        &times;
    107107        <input type="text" id="imgedit-sel-height-<?php echo $post_id; ?>" onkeyup="imageEdit.setNumSelection(<?php echo $post_id; ?>)" style="width:4em;" />
    108108        </span>
Note: See TracChangeset for help on using the changeset viewer.