#3092 closed enhancement (fixed)
Add a class to wp_list_bookmarks
| Reported by: | zeo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | General | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixed by [4212]