Changes between Initial Version and Version 1 of Ticket #22116, comment 6
- Timestamp:
- 12/11/2015 07:32:10 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22116, comment 6
initial v1 1 1 Reproduced with the example above. 2 2 3 The issue happens when a widget has the same ID as the sanitized name of another widgetregistered earlier. Seems to be an edge case.3 The issue happens when a sidebar has the same ID as the sanitized name of another sidebar registered earlier. Seems to be an edge case. 4 4 5 5 [attachment:22116.patch] only falls back to searching by name if the ID (which is also the array key) is not found.