Changeset 60659 for trunk/src/wp-includes/class-json.php
- Timestamp:
- 08/25/2025 01:08:28 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-json.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-json.php
r55210 r60659 663 663 664 664 // Return float or int, as appropriate 665 return ((float)$str == (int eger)$str)666 ? (int eger)$str665 return ((float)$str == (int)$str) 666 ? (int)$str 667 667 : (float)$str; 668 668
Note: See TracChangeset
for help on using the changeset viewer.