Make WordPress Core


Ignore:
Timestamp:
02/16/2024 09:45:18 PM (8 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/post.php

    r57638 r57644  
    16011601 * @param array|string $args     Optional. An array of key => value arguments to match against
    16021602 *                               the post type objects. Default empty array.
    1603  * @param string       $output   Optional. The type of output to return. Accepts post type 'names'
     1603 * @param string       $output   Optional. The type of output to return. Either 'names'
    16041604 *                               or 'objects'. Default 'names'.
    16051605 * @param string       $operator Optional. The logical operation to perform. 'or' means only one
Note: See TracChangeset for help on using the changeset viewer.