Make WordPress Core


Ignore:
Timestamp:
11/17/2022 06:13:47 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update various DocBlocks and inline comments per the documentation standards.

Includes minor formatting edits for consistency.

Follow-up to [53/tests], [12179], [12946], [35288], [37884], [38810], [38928], [46596], [48131], [52955], [53548], [53813], [53873], [54118], [54316], [54420], [54421], [54803].

See #56792.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-list-util.php

    r54133 r54855  
    208208     *
    209209     * @param string|array $orderby       Optional. Either the field name to order by or an array
    210      *                                    of multiple orderby fields as $orderby => $order.
    211      * @param string       $order         Optional. Either 'ASC' or 'DESC'. Only used if $orderby
    212      *                                    is a string.
     210     *                                    of multiple orderby fields as `$orderby => $order`.
     211     *                                    Default empty array.
     212     * @param string       $order         Optional. Either 'ASC' or 'DESC'. Only used if `$orderby`
     213     *                                    is a string. Default 'ASC'.
    213214     * @param bool         $preserve_keys Optional. Whether to preserve keys. Default false.
    214215     * @return array The sorted array.
Note: See TracChangeset for help on using the changeset viewer.