Changeset 36488
- Timestamp:
- 02/07/2016 12:14:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r36249 r36488 3889 3889 * @param mixed $value The array, object, or scalar. 3890 3890 * @param callable $callback The function to map onto $value. 3891 * @return The value with the callback applied to all non-arrays and non-objects inside it.3891 * @return mixed The value with the callback applied to all non-arrays and non-objects inside it. 3892 3892 */ 3893 3893 function map_deep( $value, $callback ) {
Note: See TracChangeset
for help on using the changeset viewer.