#5052 closed defect (bug) (duplicate)
wp_list_bookmarks() generates the same ID for each link category
| Reported by: | znuff | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Template | Version: | 2.3 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
Using wp_list_bookmarks() generates the same id="links" for all link categories one person could have.
According to the HTML specs, id should be unique. Thus every theme that uses wp_get_bookmarks() will fail validation.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Dupe of #4287.