Changeset 54476 for trunk/src/wp-includes/functions.php
- Timestamp:
- 10/11/2022 01:23:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r54449 r54476 4822 4822 } 4823 4823 4824 // Validate all entries of the list are scalar. 4825 $list = array_filter( $list, 'is_scalar' ); 4826 4824 4827 return $list; 4825 4828 }
Note: See TracChangeset
for help on using the changeset viewer.