Changes between Initial Version and Version 1 of Ticket #25280, comment 2
- Timestamp:
- 09/11/2013 04:58:20 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25280, comment 2
initial v1 1 1 Also to note the way JSON_NUMERIC_CHECK handles booleans. 2 3 `wp_localize_script( 'testing', 'TESTING', array( 'false' => false, 'true' => true, 'integer' => 234 ) );` 2 4 3 5 Before patch: