Opened 7 years ago
Closed 6 years ago
#3092 closed enhancement (fixed)
Add a class to wp_list_bookmarks
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | General | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| 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]