#9503 closed defect (bug) (duplicate)
Multi-calendar can result in multiple versions of the #wp-calendar ID
| Reported by: | Denis-de-Bernardy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Template | Version: | |
| Severity: | normal | Keywords: | has-patch tested |
| Cc: | Focuses: |
Description
Attachments (1)
Change History (6)
#3
@
17 years ago
I would have to update every theme on wordpress.com. I'm not that energetic. :-)
Maybe get_calendar() can track the number of times it is called and append the number to the id if > 1.
Once again, the ID in the styling makes that a bit hard.. But what can you do.. if themes need updating..
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I would have to update every theme on wordpress.com. I'm not that energetic. :-)
Maybe get_calendar() can track the number of times it is called and append the number to the id if > 1. Add the class too so themes can gradually transition to using that.