Opened 17 years ago
Closed 17 years ago
#6234 closed defect (bug) (fixed)
"You are using xxx theme" paragraph on dashboard has no class.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | lowest |
Severity: | trivial | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
Nearly all of the other blocks on the WordPress 2.5 dashboard have a unique class which will allow plugins to show and hide individual blocks. Currently, this is the only major block that doesn't have its own class.
I see no reason that the paragraph above it that lists numbers of posts should have a class when this one doesn't as this one is less likely to be useful to users.
As for where this would be needed, I'm in the process of updating one of my plugins (Dashboard Editor) and it would be far better if I could use CSS rather than Regex.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [7315]) Add some class to the your are using theme xxx paragraph. Fixes #6234 props Aaron Harun.