Changeset 52422 for trunk/src/wp-includes/functions.php
- Timestamp:
- 12/29/2021 05:26:26 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r52416 r52422 5107 5107 5108 5108 /** 5109 * Pluck a certain field out of each object in a list.5109 * Plucks a certain field out of each object or array in an array. 5110 5110 * 5111 5111 * This has the same functionality and prototype of … … 5131 5131 5132 5132 /** 5133 * Sorts a list of objects,based on one or more orderby arguments.5133 * Sorts an array of objects or arrays based on one or more orderby arguments. 5134 5134 * 5135 5135 * @since 4.7.0
Note: See TracChangeset
for help on using the changeset viewer.