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/bookmark.php

    r48586 r48591  
    1515 *
    1616 * @param int|stdClass $bookmark
    17  * @param string       $output   Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond
    18  *                               to an stdClass object, an associative array, or a numeric array, respectively.
    19  *                               Default OBJECT.
     17 * @param string       $output   Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which
     18 *                               correspond to an stdClass object, an associative array, or a numeric array,
     19 *                               respectively. Default OBJECT.
    2020 * @param string       $filter   Optional. How to sanitize bookmark fields. Default 'raw'.
    2121 * @return array|object|null Type returned depends on $output value.
Note: See TracChangeset for help on using the changeset viewer.