Changes between Initial Version and Version 1 of Ticket #14466, comment 16
- Timestamp:
- 03/27/2011 06:16:45 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14466, comment 16
initial v1 1 Changing the IDs of all footers in the admin would certainly affect some plugins, things like `jQuery('#footer')...`, etc. However I thinkwe can afford that early in the dev. cycle (i.e. now) as it follows our naming standards.1 Changing the IDs of all footers in the admin would certainly affect some plugins, things like `jQuery('#footer')...`, etc. Perhaps we can afford that early in the dev. cycle (i.e. now) as it follows our naming standards. 2 2 3 3 However I don't think we need to try and fix duplicate names/IDs for widgets. Creating a widget or a widget area is similar to creating settings page for a plugin. The author would have to prefix all unique names/IDs as recommended in the codex. For widgets this is even more critical as they live on a page where (many) different plugins share the same name-space.