Make WordPress Core


Ignore:
Timestamp:
04/27/2023 10:27:51 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Correct and improve various documented types for properties, functions, and hooks.

See #57840

File:
1 edited

Legend:

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

    r55671 r55693  
    815815 * @param int|int[]       $term_ids   Term ID or array of term IDs of terms that will be used.
    816816 * @param string|string[] $taxonomies String of taxonomy name or Array of string values of taxonomy names.
    817  * @param array|string    $args       Change the order of the object IDs, either ASC or DESC.
     817 * @param array|string    $args       {
     818 *     Change the order of the object IDs.
     819 *
     820 *     @type string $order Order to retrieve terms. Accepts 'ASC' or 'DESC'. Default 'ASC'.
     821 * }
    818822 * @return string[]|WP_Error An array of object IDs as numeric strings on success,
    819823 *                           WP_Error if the taxonomy does not exist.
Note: See TracChangeset for help on using the changeset viewer.