Bug #1007
[PATCH] Adding a fairly decent namespace to the sidebar components
| Status : | Closed | Start : | ||
| Priority : | Low | Due date : | ||
| Assigned to : | neuro - | % Done : | 0% |
|
| Category : | sidebars | |||
| Target version : | 5.1 | |||
| Resolution : | wontfix |
Description
Currently, (most of) the sidebar plugins display this way : <h3>title</h3><div id="myplugin"> .... </div>. It doesn't allow the theme developpers to custom the titles one by one.
I've changed this so that we now have :
<div id="foobar"><h3>My cool title</h3></div>
Now theme developpers will be able to do css like this :
#foobar h3 { ... }
Much better isn't it ?
Associated revisions
Fix trackback encoding. Closes #1007
