Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #27555, comment 36


Ignore:
Timestamp:
02/23/2017 07:30:40 PM (8 years ago)
Author:
cyclic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27555, comment 36

    v1 v2  
    33https://github.com/WordPress/WordPress/commit/5c555e5d10d57c69b41c2eb5e5fae383805cef88#diff-9d47a87c240c1d10701cd6a02b28aa1bL199
    44
    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?
     5Previously 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?
    66
    77The specific case I'm looking at is in the bp-event-organiser plugin which relies on the tags-box library: