Changeset 55222
- Timestamp:
- 02/04/2023 03:16:13 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r55214 r55222 1085 1085 * @param object $a The first object to compare. 1086 1086 * @param object $b The second object to compare. 1087 * @return int The count value for `$a` minus the count value for `$b` (less than, equal to, or greater than zero). 1087 * @return int Negative number if `$a->count` is less than `$b->count`, zero if they are equal, 1088 * or greater than zero if `$a->count` is greater than `$b->count`. 1088 1089 */ 1089 1090 function _wp_object_count_sort_cb( $a, $b ) {
Note: See TracChangeset
for help on using the changeset viewer.