Changes between Version 1 and Version 2 of Ticket #27555, comment 36
- Timestamp:
- 02/23/2017 07:30:40 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27555, comment 36
v1 v2 3 3 https://github.com/WordPress/WordPress/commit/5c555e5d10d57c69b41c2eb5e5fae383805cef88#diff-9d47a87c240c1d10701cd6a02b28aa1bL199 4 4 5 Previously an anchor tag with that class could have any href and it wouldn't make a difference. Now the href must be "javascript: return false" to accommodate the fact that the handler no longer returns false. Is that a bug or is there a reason it was removed?5 Previously an anchor tag with that class could have any href and it wouldn't make a difference. Now the href must be "javascript:;" to accommodate the fact that the handler no longer returns false. Is that a bug or is there a reason it was removed? 6 6 7 7 The specific case I'm looking at is in the bp-event-organiser plugin which relies on the tags-box library: