Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#26702 closed defect (bug) (fixed)

Fix incorrect -mox prefixes in CSS

Reported by: morganestes's profile morganestes Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.8.1 Priority: normal
Severity: normal Version: 3.8
Component: Administration Keywords: has-patch commit fixed-major
Focuses: ui Cc:

Description

The incorrect prefix -mox- is used instead of -moz- in several places.

This fixes those typos.

Attachments (4)

install-rtl.css.diff (361 bytes) - added by morganestes 10 years ago.
install.css.diff (349 bytes) - added by morganestes 10 years ago.
wp-admin-rtl.css.diff (576 bytes) - added by morganestes 10 years ago.
wp-admin.css.diff (564 bytes) - added by morganestes 10 years ago.

Download all attachments as: .zip

Change History (10)

#1 @morganestes
10 years ago

  • Keywords has-patch added

#2 @morganestes
10 years ago

I'm working on the assumption that minification is done in the build process and I don't need to patch those, but if I'm wrong let me know and I'll go back and do those files as well.

#3 @SergeyBiryukov
10 years ago

  • Component changed from General to Administration
  • Keywords ui-focus added
  • Milestone changed from Awaiting Review to 3.8.1
  • Version changed from trunk to 3.8

Introduced in [26134] and [26298].

Replying to morganestes:

I'm working on the assumption that minification is done in the build process and I don't need to patch those

Correct.

#4 @SergeyBiryukov
10 years ago

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

In 26887:

Fix incorrect -mox prefixes in CSS.

props morganestes.
fixes #26702 for trunk.

#5 @SergeyBiryukov
10 years ago

  • Keywords commit fixed-major added
  • Resolution fixed deleted
  • Status changed from closed to reopened

#6 @nacin
10 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 26947:

Fix incorrect -mox prefixes in CSS.

Merges [26887] to the 3.8 branch.

props morganestes.
fixes #26702.

Note: See TracTickets for help on using tickets.