Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25280, comment 2


Ignore:
Timestamp:
09/11/2013 04:58:20 PM (11 years ago)
Author:
c3mdigital
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25280, comment 2

    initial v1  
    11Also to note the way JSON_NUMERIC_CHECK handles booleans.
     2
     3`wp_localize_script( 'testing', 'TESTING', array( 'false' => false, 'true' => true, 'integer' => 234 ) );`
    24
    35Before patch: