Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#30832 closed defect (bug) (fixed)

dashicons-exerpt-view is spelled wrong

Reported by: ashworthcreative's profile ashworthcreative Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.2 Priority: normal
Severity: normal Version: 3.8
Component: General Keywords: has-patch
Focuses: ui Cc:

Description

The class name "dashicons-exerpt-view", as defined in /wp-includes/css/dashicons.css line 447, spells "excerpt" incorrectly.

Attachments (2)

dashicons.css.patch (342 bytes) - added by desrosj 11 years ago.
Fixing typo
dashicons.css.2.patch (374 bytes) - added by desrosj 11 years ago.
Keeping old class, but adding the correct one.

Download all attachments as: .zip

Change History (7)

#1 @SergeyBiryukov
11 years ago

  • Focuses ui added
  • Milestone changed from Awaiting Review to 4.2

@desrosj
11 years ago

Fixing typo

#2 @desrosj
11 years ago

  • Keywords has-patch added

#3 @nacin
11 years ago

Hah, I'm surprised we haven't fixed this. I've noticed it before, and made my HTML forwards compatible by specifying both the wrong and correct versions.

We should actually keep dashicons-exerpt-view as well, for backwards compatibility, and add a comment saying it was a previous typo.

#4 @SergeyBiryukov
11 years ago

  • Version changed from 4.1 to 3.8

Introduced in [26547].

@desrosj
11 years ago

Keeping old class, but adding the correct one.

#5 @SergeyBiryukov
11 years ago

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

In 31068:

Dashicons: Fix typo in .dashicons-excerpt-view class.

props desrosj.
fixes #30832.

Note: See TracTickets for help on using tickets.