Make WordPress Core


Ignore:
Timestamp:
02/16/2024 09:45:18 PM (11 months ago)
Author:
johnbillion
Message:

Docs: Various improvements and corrections to inline documentation.

See #59651

File:
1 edited

Legend:

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

    r57335 r57644  
    273273 * @param array  $args     Optional. An array of `key => value` arguments to match against the taxonomy objects.
    274274 *                         Default empty array.
    275  * @param string $output   Optional. The type of output to return in the array. Accepts either taxonomy 'names'
     275 * @param string $output   Optional. The type of output to return in the array. Either 'names'
    276276 *                         or 'objects'. Default 'names'.
    277277 * @param string $operator Optional. The logical operation to perform. Accepts 'and' or 'or'. 'or' means only
Note: See TracChangeset for help on using the changeset viewer.