Changeset 50656 for branches/5.7/src/wp-includes/rest-api.php
- Timestamp:
- 04/04/2021 07:11:07 PM (3 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
-
branches/5.7/src/wp-includes/rest-api.php
r50655 r50656 1925 1925 1926 1926 return true; 1927 } 1928 1929 if ( is_int( $value1 ) && is_float( $value2 ) 1930 || is_float( $value1 ) && is_int( $value2 ) 1931 ) { 1932 return (float) $value1 === (float) $value2; 1927 1933 } 1928 1934
Note: See TracChangeset
for help on using the changeset viewer.