Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#19436 closed defect (bug) (fixed)

Missing comma in CSS selector

Reported by: nacin's profile nacin Owned by: ryan's profile ryan
Milestone: 3.3 Priority: normal
Severity: normal Version: 3.3
Component: UI Keywords: has-patch commit dev-reviewed
Focuses: Cc:

Description

Problem, the word 'Public' in http://cl.ly/1X1v2t2O1i3e210W0h0I.

Solution, add missing comma.

Attachments (1)

19436.diff (459 bytes) - added by nacin 13 years ago.

Download all attachments as: .zip

Change History (6)

@nacin
13 years ago

#1 @nacin
13 years ago

Wrote a regex to find any other selectors broken up into two lines. This was it. I did find some formatting inconsistencies (spaces rather than tabs, etc.) but nothing else like a bad selector.

#2 @koopersmith
13 years ago

Tested. Success.

#3 @ryan
13 years ago

Looks good.

#4 @nacin
13 years ago

  • Keywords dev-reviewed added

#5 @ryan
13 years ago

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

In [19553]:

Add missing comma to selector. Props nacin. fixes #19436

Note: See TracTickets for help on using tickets.