Make WordPress Core


Ignore:
Timestamp:
06/28/2020 11:47:45 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve documentation for optional parameters per the documentation standards.

See #49572.

File:
1 edited

Legend:

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

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