Opened 8 years ago
Closed 8 years ago
#38524 closed defect (bug) (fixed)
Customize: Move Additional CSS section after default priority
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | trivial | Version: | 4.7 |
Component: | Customize | Keywords: | good-first-bug has-patch commit |
Focuses: | Cc: |
Description
The "Additional CSS" section should generally be the last section in the top level, since it theoretically overrides all other options. I'd suggest adjusting its priority
to 200
(the default is 160
). Currently it's at 140
, but that ends up before custom sections that don't specify any priority, which is the case for most themes and plugins.
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
8 years ago
#3
@
8 years ago
- Keywords commit added
- Owner set to westonruter
- Status changed from new to reviewing
Nice work @Mista-Flo, 38524.patch looks ready for commit.
Note: See
TracTickets for help on using
tickets.
Change priority of Additional CSS section to 200 (instead of 140)