#3092 closed enhancement (fixed)
Add a class to wp_list_bookmarks
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.2 | Priority: | normal |
| Severity: | normal | Version: | 2.1 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
Currently there's only a dynamic ID's assigned to each group of bookmarks. For example:
<li id="linkcat-1"><h2>Bookmarks</h2>
It would be great if we assigned a class name to the list.
For example:
<li id="linkcat-1" class="linkcat"><h2>Bookmarks</h2>
This would benefit theme author.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Fixed by [4212]