Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#27652 closed defect (bug) (fixed)

Symbol for Selection should be multiplication sign

Reported by: siobhan's profile siobhan Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.9 Priority: normal
Severity: normal Version: 2.9
Component: Media Keywords: has-patch commit
Focuses: ui Cc:

Description

In the Edit Image screen, at Image Crop > Selection, the symbol should be a multiplication symbol (to display the geometric dimensions of the object). It is currently a colon (used to display a ratio.)

https://i.cloudup.com/qawb8_uvOC.png

Attachments (3)

27652.diff (4.9 KB) - added by siobhan 11 years ago.
27652.2.diff (640 bytes) - added by siobhan 11 years ago.
27652.3.diff (646 bytes) - added by SergeyBiryukov 11 years ago.

Download all attachments as: .zip

Change History (6)

@siobhan
11 years ago

@siobhan
11 years ago

#1 @SergeyBiryukov
11 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 3.9
  • Version set to trunk

#2 @SergeyBiryukov
11 years ago

  • Keywords commit added
  • Version changed from trunk to 2.9

Introduced in [11965].

27652.3.diff uses × instead of the numeric entity, for consistency with "Original dimensions":
tags/3.8.1/src/wp-admin/includes/image-edit.php#L87.

#3 @SergeyBiryukov
11 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 27931:

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

props siobhan.
fixes #27652.

Note: See TracTickets for help on using tickets.