Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:59:16 PM (4 years ago)
Author:
johnbillion
Message:

Docs: First pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

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

    r48197 r48586  
    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 to
    18  *                       an stdClass object, an associative array, or a numeric array, respectively. Default OBJECT.
    19  * @param string $filter Optional. How to sanitize bookmark fields. Default 'raw'.
     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.
     20 * @param string       $filter   Optional. How to sanitize bookmark fields. Default 'raw'.
    2021 * @return array|object|null Type returned depends on $output value.
    2122 */
     
    6970 * @since 2.3.0
    7071 *
    71  * @param string $field The name of the data field to return
    72  * @param int $bookmark The bookmark ID to get field
    73  * @param string $context Optional. The context of how the field will be used.
     72 * @param string $field    The name of the data field to return.
     73 * @param int    $bookmark The bookmark ID to get field.
     74 * @param string $context  Optional. The context of how the field will be used.
    7475 * @return string|WP_Error
    7576 */
Note: See TracChangeset for help on using the changeset viewer.