Changeset 49108 for trunk/src/wp-includes/functions.php
- Timestamp:
- 10/08/2020 09:13:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r49073 r49108 4736 4736 */ 4737 4737 function absint( $maybeint ) { 4738 return abs( intval( $maybeint ));4738 return abs( (int) $maybeint ); 4739 4739 } 4740 4740
Note: See TracChangeset
for help on using the changeset viewer.