Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:53:43 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #49572.

File:
1 edited

Legend:

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

    r48438 r48591  
    355355 *
    356356 * @param int|WP_Post $post   The post ID or object.
    357  * @param string      $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond to
    358  *                            a WP_Post object, an associative array, or a numeric array, respectively. Default OBJECT.
     357 * @param string      $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which
     358 *                            correspond to a WP_Post object, an associative array, or a numeric array,
     359 *                            respectively. Default OBJECT.
    359360 * @param string      $filter Optional sanitation filter. See sanitize_post().
    360361 * @return WP_Post|array|null WP_Post (or array) on success, or null on failure.
Note: See TracChangeset for help on using the changeset viewer.