#24033 closed enhancement (fixed)
Bundled themes: add identifier to `style` elements added by the theme
Reported by: | lancewillett | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
To assist in debugging CSS in a site's output, I suggest adding an ID attribute to identify style
elements that default themes add to the head
element.
Attachments (2)
Change History (7)
#1
@
11 years ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
#2
follow-up:
↓ 3
@
11 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
In Twenty Twelve, id attributes in twentytwelve_header_style()
and twentytwelve_admin_header_style()
are the same, however in Eleven and Thirteen they are different. Is that intentional?
#3
in reply to:
↑ 2
@
11 years ago
Replying to SergeyBiryukov:
In Twenty Twelve, id attributes in
twentytwelve_header_style()
andtwentytwelve_admin_header_style()
are the same, however in Eleven and Thirteen they are different. Is that intentional?
Not intentional, thanks for the catch, and patch.
Note: See
TracTickets for help on using
tickets.
In 24001: