Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23954, comment 3


Ignore:
Timestamp:
04/06/2013 12:26:43 AM (13 years ago)
Author:
NumberKruncher
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23954, comment 3

    initial v1  
    66
    77Just in case the double-bang was used for a browser compatibility issue or such.
     8
     9Edit: The double-bang is indeed needed because the checked value can also be `undefined` which must be converted into a boolean value so that jQuery updates the checked state.