Make WordPress Core


Ignore:
Timestamp:
12/29/2021 05:26:26 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous inline documentation improvements.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r52416 r52422  
    51075107
    51085108/**
    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.
    51105110 *
    51115111 * This has the same functionality and prototype of
     
    51315131
    51325132/**
    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.
    51345134 *
    51355135 * @since 4.7.0
Note: See TracChangeset for help on using the changeset viewer.